You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/cust/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Notable changes to this project will be documented in this file.
6
6
7
7
- Add `memory::memcpy_dtoh` to allow copying from device to host.
8
8
- Add support in `memory` for pitched malloc and 2D memcpy between device and host.
9
+
-`Stream::add_callback` now internally uses `cuStreamAddCallback` again, since there are no current plans to remove it (https://stackoverflow.com/a/58173486). As a result, the function again takes a device status as a parameter and *does* execute on context error.
0 commit comments