Skip to content

Commit e361eff

Browse files
committed
[SYCL] use per_kernel split mode for the test SYCL/SubGroupMask/GroupSize.cpp (intel#1472)
1 parent 72f683c commit e361eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/SubGroupMask/GroupSize.cpp

Lines changed: 1 addition & 1 deletion
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 -fsycl-device-code-split=per_kernel %s -o %t.out
22
// REQUIRES: gpu
33
// UNSUPPORTED: hip
44
// GroupNonUniformBallot capability is supported on Intel GPU only

0 commit comments

Comments
 (0)