Skip to content

Commit e942ffc

Browse files
bso-intelbader
andauthored
Update sycl/test/regression/usm_malloc_shared.cpp
Signed-off-by: Byoungro So <[email protected]> Co-Authored-By: Alexey Bader <[email protected]>
1 parent d27268a commit e942ffc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test/regression/usm_malloc_shared.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
2-
// RUN: env SYCL_DEVICE_TYPE=CPU %t.out
3-
// RUN: env SYCL_DEVICE_TYPE=GPU %t.out
42
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3+
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5+
// RUN: %ACC_RUN_PLACEHOLDER %t.out
56

67
//==-------------- usm_free.cpp - SYCL USM free malloc_shared and free test
78
//-------------==//

0 commit comments

Comments
 (0)