Skip to content

Commit b43653f

Browse files
[SYCL] Expand release lit test to CPU and ACC (#2589)
memory release lit test should be run on CPU as well as ACC Signed-off-by: Chris Perkins <[email protected]>
1 parent 20013e2 commit b43653f

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,6 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
3-
// REQUIRES: gpu
3+
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
4+
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
45

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

0 commit comments

Comments
 (0)