We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e3293 commit 809dd8eCopy full SHA for 809dd8e
cuda_core/docs/source/release/0.5.1-notes.rst
@@ -0,0 +1,18 @@
1
+.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+.. SPDX-License-Identifier: Apache-2.0
3
+
4
+.. currentmodule:: cuda.core
5
6
+``cuda.core`` 0.5.1 Release Notes
7
+=================================
8
9
+New features
10
+------------
11
12
+- Added the ability to construct ``StridedMemoryView`` from numpy arrays using ``StridedMemoryView.from_array_interface``
13
14
+Fixes and enhancements
15
+----------------------
16
17
+- Better structured dtype support for ``StridedMemoryView``
18
+- Remove warning module overhead when constructing ``StridedMemoryView``
0 commit comments