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 1e09ffc commit eb65fceCopy full SHA for eb65fce
sycl/test-e2e/AtomicRef/work_item_scope.cpp
@@ -50,6 +50,8 @@ int main() {
50
});
51
q.wait_and_throw();
52
53
+ sycl::free(data, q);
54
+
55
} catch (sycl::exception e) {
56
std::cerr << "SYCL exception caught! : " << e.what() << "\n";
57
return 1;
0 commit comments