File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ Notable changes to this project will be documented in this file.
44
55## Unreleased
66
7- - Add ` memory::memcpy_dtoh ` to allow copying from device to host.
7+ - Add ` memory::memcpy_dtoh ` to allow copying from device to host.
8+ - ` DeviceSlice ` is represented as a slice again, but as ` [()] ` instead of ` [T] ` .
9+ - Reimplemented ` Index ` and ` IndexMut ` for ` DeviceSlice ` and removed ` DeviceSlice::index ` .
10+ - Methods that returned ` DeviceSlice ` by value now return references:
11+ - ` DeviceSlice::from_raw_parts `
12+ - ` DeviceSlice::from_raw_parts_mut `
13+ - ` DeviceSliceIndex::index `
14+ - ` DeviceSliceIndex::get_unchecked `
15+ - Added ` DeviceSliceIndex::index_mut ` and ` DeviceSliceIndex::get_unchecked_mut ` .
816
917## 0.3.2 - 2/16/22
1018
You can’t perform that action at this time.
0 commit comments