Skip to content

Commit 6359367

Browse files
Pavel Chupinbb-sycl
authored andcommitted
[SYCL] Disable user defined reductions on CUDA/HIP (intel#1429)
Test was just added in intel#1395 and fails on these platforms
1 parent 5180de8 commit 6359367

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/UserDefinedReductions/user_defined_reductions.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// RUN: %t.out
33
<<<<<<< HEAD
4+
<<<<<<< HEAD
45
//
56
// UNSUPPORTED: cuda || hip
67
=======
78
>>>>>>> 249e3819d ([SYCL] Add tests for user-defined reductions extension (#1395))
9+
=======
10+
//
11+
// UNSUPPORTED: cuda || hip
12+
>>>>>>> 43a41ea49 ([SYCL] Disable user defined reductions on CUDA/HIP (#1429))
813

914
#include <numeric>
1015

0 commit comments

Comments
 (0)