-
Notifications
You must be signed in to change notification settings - Fork 165
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
[Docs/PTX] Add device tensor map init example #1983
[Docs/PTX] Add device tensor map init example #1983
Conversation
----------------- | ||
|
||
The full code example is included below. The `cuda::ptx` instructions in this | ||
tutorial have become available in CUDA Toolkit 12.5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Godbolt does not yet have CUDA 12.5, so there is no link here. I didn't want to link to a broken example.
docs/libcudacxx/ptx/examples/device_tensormap_initialization.rst
Outdated
Show resolved
Hide resolved
Please don't merge yet. I still have to incorporate some internal feedback. |
docs/libcudacxx/ptx/examples/device_tensormap_initialization.rst
Outdated
Show resolved
Hide resolved
68653eb
to
90b6aa8
Compare
In the mean time, the code example for on-device tensor map modification has made it into the CUDA programming guide. Instead of duplicating the documentation and code sample, I have linked to the relevant section in the programming guide. The improvements to table of contents and layout are still very much worth it in this PR. I have copied over the fixed links from Bryan van de Ven's PR. |
There were quite a few empty pages. This commit makes sure that navigation makes sense.
Address and tensor map
Co-authored-by: Giannis Gonidelis <[email protected]>
Link to CUDA prog guide to avoid fragmentation.
648c966
to
0dabcb9
Compare
/ok to test |
/ok to test |
/ok to test |
* docs: Add device tensor map initialization example * docs: Fix table of contents There were quite a few empty pages. This commit makes sure that navigation makes sense. * docs: Spelling Address and tensor map Co-authored-by: Michael Schellenberger Costa <[email protected]> Co-authored-by: Giannis Gonidelis <[email protected]>
Description
closes #1982
Adds documentation of tensormap modification/initialization on device. Also improves on navigation and table of contents of the cuda::ptx docs.
Checklist