Skip to content

Commit 787af47

Browse files
authored
[SYCL][NFC] Fix SYCL lit test execution on a system w/o GPU (#2584)
1 parent 18357f7 commit 787af47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/basic_tests/queue/release.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// 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
2+
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
3+
// REQUIRES: gpu
34

45
#include <CL/sycl.hpp>
56
int main() {

0 commit comments

Comments
 (0)