Skip to content

Commit f010f9b

Browse files
committed
add missing release note entries
1 parent 3cad06b commit f010f9b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ Highlights
99

1010
* The ``cuda.bindings.nvvm`` Python module was added, wrapping the
1111
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/>`_.
12+
13+
14+
Bug fixes
15+
---------
16+
17+
* Fix segfault when converting char* NULL to bytes

cuda_bindings/docs/source/release/12.X.Y-notes.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,19 @@ Highlights
1111
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/>`_.
1212
* Source build error checking added for missing required headers
1313
* Statically link CUDA Runtime instead of reimplementing it
14-
* Fix performance hint warnings raised by Cython 3
1514
* Move stream callback wrappers to the Python layer
15+
* Return code construction is made faster
16+
17+
Bug fixes
18+
---------
19+
20+
* Fix segfault when converting char* NULL to bytes
21+
22+
23+
Miscellaneous
24+
-------------
25+
26+
* Benchmark suite is updated
27+
* Improvements in the introductory code samples
28+
* Fix performance hint warnings raised by Cython 3
29+
* Improvements in the Overview page

0 commit comments

Comments
 (0)