Skip to content

Commit d311565

Browse files
committed
Merge branch 'shared_malloc' of https://github.com/bso-intel/llvm into shared_malloc
2 parents ec071e4 + e942ffc commit d311565

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)