Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 623d110

Browse files
authored
[SYCL] use per_kernel split mode for the test SYCL/SubGroupMask/GroupSize.cpp (#1472)
1 parent f436da1 commit 623d110

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)