We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e651 commit 5e99554Copy full SHA for 5e99554
cuda_core/docs/source/release/0.4.1-notes.rst
@@ -6,7 +6,7 @@
6
``cuda.core`` 0.4.1 Release Notes
7
=================================
8
9
-Released on Oct 28, 2025
+Released on Oct 29, 2025
10
11
12
Highlights
@@ -37,3 +37,7 @@ Fixes and enhancements
37
----------------------
38
39
- Fixed a segmentation fault when accessing :class:`StridedMemoryView` ``shape`` and ``strides`` members.
40
+- Fixed :attr:`DeviceMemoryResourceOptions.max_size` not accepting values above ``INT_MAX``.
41
+- Fixed redendering of the documentation for :class:`VirtualMemoryResourceOptions`.
42
+- Fixed NumPy version requirement for the code sample ``thread_block_cluster.py``.
43
+- Fixed VMM-related tests.
0 commit comments