Skip to content

Commit 1621815

Browse files
committed
Chore: move memory advising APIs to right place in changelog
1 parent b6c0d81 commit 1621815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cust/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## 0.2.0 - 11/26/21
8-
97
- Added `Device::as_raw`.
108
- Added `MemoryAdvise` for unified memory advising.
119
- Added `MemoryAdvise::prefetch_host` and `MemoryAdvise::prefetch_device` for telling CUDA to explicitly fetch unified memory somewhere.
1210
- Added `MemoryAdvise::advise_read_mostly`.
1311
- Added `MemoryAdvise::preferred_location` and `MemoryAdvise::unset_preferred_location`.
1412
Note that advising APIs are only present on high end GPUs such as V100s.
1513

14+
## 0.2.0 - 11/26/21
15+
1616
- Change `GpuBox::as_device_ptr` and `GpuBuffer::as_device_ptr` to take `&self` instead of `&mut self`.
1717
- Rename `DBuffer` -> `DeviceBuffer`. This is how it was in rustacuda, but it was changed
1818
at some point, but now we reconsidered that it may be the wrong choice.

0 commit comments

Comments
 (0)