Skip to content

Commit 23a243d

Browse files
committed
removed GPU and ACC test run
Signed-off-by: Byoungro So <[email protected]>
1 parent 8dd7ee0 commit 23a243d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/test/regression/usm_malloc_shared.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// RUN: %ACC_RUN_PLACEHOLDER %t.out
64

75
// This test checks if users will successfully allocate 160, 0, and -16 bytes of
86
// shared memory, and also test user can call free() without worrying about

0 commit comments

Comments
 (0)