File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
cuda_bindings/docs/source/release Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,10 @@ Bug fixes
17
17
---------
18
18
19
19
* 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.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Highlights
10
10
----------
11
11
12
12
* 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/ >`_
14
14
* Source build error checking added for missing required headers
15
15
* Statically link CUDA Runtime instead of reimplementing it
16
16
* Move stream callback wrappers to the Python layer
@@ -22,6 +22,8 @@ Bug fixes
22
22
---------
23
23
24
24
* 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() ``
25
27
26
28
27
29
Miscellaneous
You can’t perform that action at this time.
0 commit comments