File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
sycl/test/on-device/extensions/usm Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
2
2
// RUN: %RUN_ON_HOST %t1.out
3
+ // RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
+ // RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
+ // RUN: %ACC_RUN_PLACEHOLDER %t1.out
3
6
4
7
// ==---- usm_allocator_container.cpp - USM allocator in containers test ----==//
5
8
//
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
2
2
// RUN: %RUN_ON_HOST %t1.out
3
+ // RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
+ // RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
+ // RUN: %ACC_RUN_PLACEHOLDER %t1.out
3
6
4
7
// ==-------------------- usm_fill.cpp - USM fill test ----------------------==//
5
8
//
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
2
2
// RUN: %RUN_ON_HOST %t1.out
3
+ // RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
+ // RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
+ // RUN: %ACC_RUN_PLACEHOLDER %t1.out
3
6
4
7
// ==-------------------- usm_fill.cpp - USM fill test ----------------------==//
5
8
//
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
2
2
// RUN: %RUN_ON_HOST %t1.out
3
+ // RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
+ // RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
+ // RUN: %ACC_RUN_PLACEHOLDER %t1.out
3
6
4
7
// ==------------------ usm_memset.cpp - USM memset test --------------------==//
5
8
//
You can’t perform that action at this time.
0 commit comments