Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cuda_core/cuda/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.4.0"
__version__ = "0.4.1"
4 changes: 4 additions & 0 deletions cuda_core/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
},
{
"version": "0.4.1",
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/"
},
{
"version": "0.4.0",
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.0/"
Expand Down
43 changes: 43 additions & 0 deletions cuda_core/docs/source/release/0.4.1-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0

.. currentmodule:: cuda.core.experimental

``cuda.core`` 0.4.1 Release Notes
=================================

Released on Oct 29, 2025


Highlights
----------

None.


Breaking Changes
----------------

None.


New features
------------

None.


New examples
------------

None.


Fixes and enhancements
----------------------

- Fixed a segmentation fault when accessing :class:`~utils.StridedMemoryView`'s ``shape`` and ``strides`` members.
- Fixed :attr:`DeviceMemoryResourceOptions.max_size` not accepting values above ``INT_MAX``.
- Fixed rendering of the documentation for :class:`VirtualMemoryResourceOptions`.
- Fixed NumPy version requirement for the code sample ``thread_block_cluster.py``.
- Fixed VMM-related tests.