Skip to content

Commit 97ebe94

Browse files
committed
Amend the changelog
1 parent 0146605 commit 97ebe94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cust/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Notable changes to this project will be documented in this file.
66

77
- Add `memory::memcpy_dtoh` to allow copying from device to host.
88
- 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.
910

1011
## 0.3.2 - 2/16/22
1112

0 commit comments

Comments
 (0)