Skip to content

Commit 82280a3

Browse files
authored
[SYCL][NFC] Add -fno-sycl-id-queries-fit-in-int to the parallel_for_range.cpp test (#2694)
This LIT test assumes that compiler doesn't check ranges to fit integer that is why explicitly disable these checks for this test.
1 parent 750c979 commit 82280a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/parallel_for_range.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UNSUPPORTED: windows
33
// Level0 testing times out on Windows.
44

5-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5+
// RUN: %clangxx -fsycl -fno-sycl-id-queries-fit-in-int -fsycl-targets=%sycl_triple %s -o %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out
88
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)