We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc144d commit 5a33e7aCopy full SHA for 5a33e7a
cuda_core/docs/source/release/0.5.0-notes.rst
@@ -61,7 +61,7 @@ None.
61
Fixes and enhancements
62
----------------------
63
64
-- Zero-size arrays are now supported as inputs to ``StridedMemoryView.from_cuda_array_interface``.
+- Zero-size arrays are now supported as inputs when constructing ``StridedMemoryView``.
65
- Most CUDA resources can be hashed now.
66
- Python ``bool`` objects are now converted to C++ ``bool`` type when passed as kernel arguments (previously converted to ``int``).
67
- Restored v0.3.x :class:`MemoryResource` behaviors and missing MR attributes for backward compatibility.
0 commit comments