Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cupyx.profiler to python module API list #8297

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

arkdong
Copy link

@arkdong arkdong commented Apr 17, 2024

I've add cupyx.profiler to python module API list via adding .. module:: cupyx.profiler in the file est.rst, regarding to issue #6018

Initially just adding the line of code threw an exception that no module named cupyx.profiler, but after trying different implementation I found that when moving the hole code piece to the bottom of the file above .. _kernel_param_opt: will work.

I've tested using sphinx-build -b html . _build to build the html page, and opened with xdg-open _build/py-modindex.html. The hyperlink of profiler work as expected, and the code below for cupyx.optimizing will not be affected. The only thing that changed on the page for cupy-specific fuctions, is the order of each section.

@kmaehashi kmaehashi self-assigned this Apr 18, 2024
@kmaehashi kmaehashi added cat:document Documentation prio:medium to-be-backported Pull-requests to be backported to stable branch labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:document Documentation prio:medium to-be-backported Pull-requests to be backported to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants