Skip to content

Commit 9431225

Browse files
authored
[CUDA][HIP] Enable user_defined_reductions for cuda and hip. (#13057)
This patch enables user_defined_reductions.cpp for cuda and hip. It's been verified that the test is now supported for cuda and hip now, this closes #12613
1 parent 03b5ecc commit 9431225

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/test-e2e/UserDefinedReductions/user_defined_reductions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
//
4-
// UNSUPPORTED: cuda || hip
53

64
#include <complex>
75
#include <numeric>

0 commit comments

Comments
 (0)