-
Notifications
You must be signed in to change notification settings - Fork 217
docs: add FT build notes #1071
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
Merged
Merged
docs: add FT build notes #1071
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d793d46
docs: add FT build notes
cpcloud 98124ee
docs: release notes with links to support section
cpcloud 58622dd
Update cuda_bindings/docs/source/support.rst
cpcloud aa097cf
Update cuda_bindings/docs/source/support.rst
cpcloud ef0498b
Update cuda_bindings/docs/source/support.rst
cpcloud db957d1
chore(version): morphize the docs and bump `__version__`
cpcloud 355638a
docs: add cuda-core FT docs
cpcloud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE | ||
|
|
||
| __version__ = "13.0.1" | ||
| __version__ = "13.0.2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpcloud marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| .. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE | ||
|
|
||
| .. _support: | ||
|
|
||
| ``cuda.bindings`` Support Policy | ||
| ================================ | ||
|
|
||
|
|
@@ -23,9 +25,20 @@ The ``cuda.bindings`` module has the following support policy: | |
| module could require Cython layer users to rebuild their projects and update their pinning to | ||
| this module. | ||
|
|
||
| Free-threading Build Support | ||
| ---------------------------- | ||
| As of cuda-bindings 13.0.2/12.9.3, wheels for the `free-threaded interpreter`_ are shipped to PyPI. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @oleksandr-pavlyk or @kkraus14 can correct me but I think it should be fairly easy to also ship on conda-forge. Maybe we don't have to emphasize PyPI. |
||
|
|
||
| 1. Support for these builds is best effort, due to heavy use of `built-in | ||
| modules that are known to be thread-unsafe`_, such as ``ctypes``. | ||
| 2. For now, you are responsible for making sure that calls into ``cuda-bindings`` | ||
| libraries are thread-safe. This is subject to change. | ||
|
|
||
| The NVIDIA CUDA Python team reserves rights to amend the above support policy. Any major changes, | ||
| however, will be announced to the users in advance. | ||
|
|
||
|
|
||
| .. _CUDA minor version compatibility: https://docs.nvidia.com/deploy/cuda-compatibility/#minor-version-compatibility | ||
| .. _CPython EOL schedule: https://devguide.python.org/versions/ | ||
| .. _built-in modules that are known to be thread-unsafe: https://github.com/python/cpython/issues/116738 | ||
| .. _free-threaded interpreter: https://docs.python.org/3/howto/free-threading-python.html | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.