pub fn execute_read_gpu(
file: File,
offset: u64,
buffer: AlignedBuffer,
canceled: Arc<AtomicBool>,
) -> Result<CompletionPayload>Expand description
Execute a read into a page-aligned GPU staging buffer.
pub fn execute_read_gpu(
file: File,
offset: u64,
buffer: AlignedBuffer,
canceled: Arc<AtomicBool>,
) -> Result<CompletionPayload>Execute a read into a page-aligned GPU staging buffer.