Skip to content

Commit 1422efd

Browse files
authored
minor fix
1 parent 6f32379 commit 1422efd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cuda_bindings/docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ As of cuda-bindings 13.0.2 and 12.9.3, **experimental** packages for the `free-t
2828

2929
1. Support for these builds is best effort, due to heavy use of `built-in
3030
modules that are known to be thread-unsafe`_, such as ``ctypes``.
31-
2. For now, you are responsible for making sure that calls into ``cuda-core``
32-
libraries are thread-safe. This is subject to change.
31+
2. For now, you are responsible for making sure that calls into the ``cuda-bindings``
32+
library are thread-safe. This is subject to change.
3333

3434
.. _built-in modules that are known to be thread-unsafe: https://github.com/python/cpython/issues/116738
3535
.. _free-threaded interpreter: https://docs.python.org/3/howto/free-threading-python.html

cuda_core/docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ As of cuda-core 0.4.0, **experimental** packages for the `free-threaded interpre
3636

3737
1. Support for these builds is best effort, due to heavy use of `built-in
3838
modules that are known to be thread-unsafe`_, such as ``ctypes``.
39-
2. For now, you are responsible for making sure that calls into ``cuda-core``
40-
libraries are thread-safe. This is subject to change.
39+
2. For now, you are responsible for making sure that calls into the ``cuda-core``
40+
library are thread-safe. This is subject to change.
4141

4242
.. _built-in modules that are known to be thread-unsafe: https://github.com/python/cpython/issues/116738
4343
.. _free-threaded interpreter: https://docs.python.org/3/howto/free-threading-python.html

0 commit comments

Comments
 (0)