Skip to content

Commit c424b49

Browse files
authored
[SYCL] Update tests with -fno-sycl-id-queries-fit-in-int option (intel/llvm-test-suite#220)
Signed-off-by: Soumi Manna <[email protected]>
1 parent 9c7bc95 commit c424b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/SubGroup/sub_group_as.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-sycl-id-queries-fit-in-int %s -o %t.out
22
// Sub-groups are not suported on Host
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/sub_group_as_vec.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-sycl-id-queries-fit-in-int %s -o %t.out
22
// Sub-groups are not suported on Host
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)