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 18357f7 commit 787af47Copy full SHA for 787af47
sycl/test/basic_tests/queue/release.cpp
@@ -1,5 +1,6 @@
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
-// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out | FileCheck %s
+// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
3
+// REQUIRES: gpu
4
5
#include <CL/sycl.hpp>
6
int main() {
0 commit comments