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

Commit 54b28e9

Browse files
authored
[SYCL][CUDA] Enable group_ballot tests (#581)
This was added in intel/llvm#5020 This patch should only be merged after intel/llvm#5020 is merged.
1 parent 7bb961a commit 54b28e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/SubGroupMask/Basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// REQUIRES: gpu
3-
// UNSUPPORTED: cuda, hip
3+
// UNSUPPORTED: hip
44
// GroupNonUniformBallot capability is supported on Intel GPU only
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66
// UNSUPPORTED: ze_debug-1,ze_debug4

SYCL/SubGroupMask/GroupSize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// REQUIRES: gpu
3-
// UNSUPPORTED: cuda, hip
3+
// UNSUPPORTED: hip
44
// GroupNonUniformBallot capability is supported on Intel GPU only
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66
// UNSUPPORTED: ze_debug-1,ze_debug4

0 commit comments

Comments
 (0)