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 7d07c29 commit 6bb5373Copy full SHA for 6bb5373
sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp
@@ -51,8 +51,9 @@ int main() {
51
void *imageHandlePtrGen =
52
sycl::malloc_device(sizeof(syclexp::unsampled_image_handle), q);
53
54
- // Copy the create_image returned device unsampled_image_handle to the contents
55
- // of the void* pointing to the manually created unsampled_image_handle
+ // Copy the create_image returned device unsampled_image_handle to the
+ // contents of the void* pointing to the manually created
56
+ // unsampled_image_handle
57
q.memcpy(static_cast<void *>(imageHandlePtrGen),
58
static_cast<const void *>(&imgIn),
59
sizeof(syclexp::unsampled_image_handle));
0 commit comments