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

Commit 43a41ea

Browse files
author
Pavel Chupin
authored
[SYCL] Disable user defined reductions on CUDA/HIP (#1429)
Test was just added in #1395 and fails on these platforms
1 parent 249e381 commit 43a41ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/UserDefinedReductions/user_defined_reductions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// RUN: %t.out
3+
//
4+
// UNSUPPORTED: cuda || hip
35

46
#include <numeric>
57

0 commit comments

Comments
 (0)