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

[SYCL] use per_kernel split mode for the test SYCL/SubGroupMask/GroupSize.cpp #1472

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/SubGroupMask/GroupSize.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out
// REQUIRES: gpu
// UNSUPPORTED: hip
// GroupNonUniformBallot capability is supported on Intel GPU only
Expand Down