File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
cuda_bindings/docs/source/release Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ Highlights
9
9
10
10
* The ``cuda.bindings.nvvm `` Python module was added, wrapping the
11
11
`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
Original file line number Diff line number Diff line change @@ -11,5 +11,19 @@ Highlights
11
11
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/ >`_.
12
12
* Source build error checking added for missing required headers
13
13
* Statically link CUDA Runtime instead of reimplementing it
14
- * Fix performance hint warnings raised by Cython 3
15
14
* 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
You can’t perform that action at this time.
0 commit comments