File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ Notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## 0.2.0 - 11/26/21
8
-
9
7
- Added ` Device::as_raw ` .
10
8
- Added ` MemoryAdvise ` for unified memory advising.
11
9
- Added ` MemoryAdvise::prefetch_host ` and ` MemoryAdvise::prefetch_device ` for telling CUDA to explicitly fetch unified memory somewhere.
12
10
- Added ` MemoryAdvise::advise_read_mostly ` .
13
11
- Added ` MemoryAdvise::preferred_location ` and ` MemoryAdvise::unset_preferred_location ` .
14
12
Note that advising APIs are only present on high end GPUs such as V100s.
15
13
14
+ ## 0.2.0 - 11/26/21
15
+
16
16
- Change ` GpuBox::as_device_ptr ` and ` GpuBuffer::as_device_ptr ` to take ` &self ` instead of ` &mut self ` .
17
17
- Rename ` DBuffer ` -> ` DeviceBuffer ` . This is how it was in rustacuda, but it was changed
18
18
at some point, but now we reconsidered that it may be the wrong choice.
You can’t perform that action at this time.
0 commit comments