Skip to content

Commit 96d7c7f

Browse files
committed
Docs: remove mention of no prefetching support
1 parent 72abda7 commit 96d7c7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/cust/src/memory/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
//! Unified memory is a memory allocation which can be read from and written to by both the host
1818
//! and the device. When the host (or device) attempts to access a page of unified memory, it is
1919
//! seamlessly transferred from host RAM to device RAM or vice versa. The programmer may also
20-
//! choose to explicitly prefetch data to one side or another (though this is not currently exposed
21-
//! through cust). cust exposes unified memory through the
20+
//! choose to explicitly prefetch data to one side or another. cust exposes unified memory through the
2221
//! [`UnifiedBox`](struct.UnifiedBox.html) and [`UnifiedBuffer`](struct.UnifiedBuffer.html)
2322
//! structures, and pointers to unified memory are represented by
2423
//! [`UnifiedPointer`](struct.UnifiedPointer.html). Since unified memory is accessible to the host,

0 commit comments

Comments
 (0)