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 20579ed commit e5203c1Copy full SHA for e5203c1
sycl/test-e2e/VirtualMem/virtual_mem_usm_compatibility.cpp
@@ -96,7 +96,7 @@ int main() {
96
Queue
97
.parallel_for(NumberOfElements,
98
[=](sycl::id<1> Idx) { CopyBack[Idx] = DataPtr[Idx]; })
99
- .wait_and_throw();
+ .wait_and_throw();
100
101
for (size_t i = 0; i < NumberOfElements; i++) {
102
if (CopyBack[i] != ExpectedResultAfterMemSetOperation) {
0 commit comments