Skip to content

Commit d2db7a6

Browse files
committed
document sanitizer fix
1 parent 7b6b52e commit d2db7a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

cuda_bindings/docs/source/release/11.8.7-notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ Bug fixes
1717
---------
1818

1919
* Fix segfault when converting char* NULL to bytes
20+
21+
22+
Known issues
23+
------------
24+
25+
* Compute-sanitizer may report ``CUDA_ERROR_INVALID_CONTEXT`` when calling certain CUDA
26+
runtime APIs such as ``cudaGetDevice()``. This is fixed in ``cuda-bindings`` 12.9.0.

cuda_bindings/docs/source/release/12.9.0-notes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Highlights
1010
----------
1111

1212
* The ``cuda.bindings.nvvm`` Python module was added, wrapping the
13-
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/>`_.
13+
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/>`_
1414
* Source build error checking added for missing required headers
1515
* Statically link CUDA Runtime instead of reimplementing it
1616
* Move stream callback wrappers to the Python layer
@@ -22,6 +22,8 @@ Bug fixes
2222
---------
2323

2424
* Fix segfault when converting char* NULL to bytes
25+
* Compute-sanitizer may report ``CUDA_ERROR_INVALID_CONTEXT`` when calling certain CUDA
26+
runtime APIs such as ``cudaGetDevice()``
2527

2628

2729
Miscellaneous

0 commit comments

Comments
 (0)