Skip to content

Commit c392511

Browse files
author
Steffen Larsen
committed
Test on all supported devices
Signed-off-by: Steffen Larsen <[email protected]>
1 parent fbe6baf commit c392511

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

sycl/test/on-device/extensions/usm/usm_allocator_container.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
22
// 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
36

47
//==---- usm_allocator_container.cpp - USM allocator in containers test ----==//
58
//

sycl/test/on-device/extensions/usm/usm_fill.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
22
// 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
36

47
//==-------------------- usm_fill.cpp - USM fill test ----------------------==//
58
//

sycl/test/on-device/extensions/usm/usm_memcpy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
22
// 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
36

47
//==-------------------- usm_fill.cpp - USM fill test ----------------------==//
58
//

sycl/test/on-device/extensions/usm/usm_memset.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
22
// 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
36

47
//==------------------ usm_memset.cpp - USM memset test --------------------==//
58
//

0 commit comments

Comments
 (0)