We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d7c7f commit ce1c1a8Copy full SHA for ce1c1a8
crates/cust/src/memory/unified.rs
@@ -744,7 +744,7 @@ pub trait MemoryAdvise<T: DeviceCopy>: private::Sealed {
744
Ok(())
745
}
746
747
- /// Undoes the most recent changes by [`set_preferred_location`](Self::set_preferred_location).
+ /// Undoes the most recent changes by [`preferred_location`](Self::preferred_location).
748
fn unset_preferred_location(&self) -> CudaResult<()> {
749
let slice = self.as_slice();
750
let mem_size = std::mem::size_of_val(slice);
0 commit comments