Skip to content

Commit 75d8874

Browse files
committed
Merge branch 'main' into cutensor_support
2 parents 4d5a41a + 453577d commit 75d8874

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

cuda_core/cuda/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"

cuda_core/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
55
},
6+
{
7+
"version": "0.4.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/"
9+
},
610
{
711
"version": "0.4.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.0/"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. currentmodule:: cuda.core.experimental
5+
6+
``cuda.core`` 0.4.1 Release Notes
7+
=================================
8+
9+
Released on Oct 29, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
None.
16+
17+
18+
Breaking Changes
19+
----------------
20+
21+
None.
22+
23+
24+
New features
25+
------------
26+
27+
None.
28+
29+
30+
New examples
31+
------------
32+
33+
None.
34+
35+
36+
Fixes and enhancements
37+
----------------------
38+
39+
- Fixed a segmentation fault when accessing :class:`~utils.StridedMemoryView`'s ``shape`` and ``strides`` members.
40+
- Fixed :attr:`DeviceMemoryResourceOptions.max_size` not accepting values above ``INT_MAX``.
41+
- Fixed rendering 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

Comments
 (0)