Skip to content

Commit 9fbcf84

Browse files
committed
Rename BufferInterop->Buffer to avoid confusion
1 parent 901356e commit 9fbcf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/supported/sycl_ext_oneapi_backend_level_zero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ data to the host to access the data. Users can get type of the allocation using
215215

216216
``` C++
217217
Queue.submit([&](handler &CGH) {
218-
auto BufferAcc = BufferInterop.get_access<access::mode::write>(CGH);
218+
auto BufferAcc = Buffer.get_access<access::mode::write>(CGH);
219219
CGH.host_task([=](const interop_handle &IH) {
220220
void *DevicePtr =
221221
IH.get_native_mem<backend::ext_oneapi_level_zero>(BufferAcc);

0 commit comments

Comments
 (0)