Skip to content

Commit

Permalink
[CUDA][HIP] Enable user_defined_reductions for cuda and hip. (#13057)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MaryaSharf authored Mar 19, 2024
1 parent 03b5ecc commit 9431225
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// UNSUPPORTED: cuda || hip

#include <complex>
#include <numeric>
Expand Down

0 comments on commit 9431225

Please sign in to comment.