Skip to content

Commit a9a4207

Browse files
committed
Add release note
1 parent 0263f6e commit a9a4207

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cuda_core/docs/source/release/1.0.0-notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ Breaking changes
125125
- :obj:`cuda.core.typing.DevicePointerT` -> :obj:`cuda.core.typing.DevicePointerType`
126126
- :obj:`cuda.core.typing.IsStreamT` -> :obj:`cuda.core.typing.IsStreamType`
127127

128+
- :func:`args_viewable_as_strided_memory` and :class:`StridedMemoryView` are now
129+
longer at the top-level in :mod:`cuda.core`. They are available publicly from the
130+
:mod:`cuda.core.utils` module.
131+
(`#2028 <https://github.com/NVIDIA/cuda-python/issues/2028>`__)
132+
128133
Fixes and enhancements
129134
-----------------------
130135

0 commit comments

Comments
 (0)