File tree Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- __version__ = "0.4.0 "
5+ __version__ = "0.4.1 "
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments