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 6ed7e99 commit 9c3de3bCopy full SHA for 9c3de3b
sycl/test/linear_id/linear-host-dev.cpp
@@ -38,6 +38,7 @@ int main(int argc, char *argv[]) {
38
out << item.get_linear_id() << cl::sycl::endl;
39
});
40
41
+ q.wait();
42
43
return 0;
44
}
0 commit comments