We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0263f6e commit a9a4207Copy full SHA for a9a4207
1 file changed
cuda_core/docs/source/release/1.0.0-notes.rst
@@ -125,6 +125,11 @@ Breaking changes
125
- :obj:`cuda.core.typing.DevicePointerT` -> :obj:`cuda.core.typing.DevicePointerType`
126
- :obj:`cuda.core.typing.IsStreamT` -> :obj:`cuda.core.typing.IsStreamType`
127
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
+
133
Fixes and enhancements
134
-----------------------
135
0 commit comments