Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-eds committed Feb 7, 2024
1 parent a143612 commit db44bb5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: %{run} %t.out
// UNSUPPORTED: hip || cuda

// COM: When ran on HIP and CUDA, this algorithm launches 'memcpy' commands
// leading to an infinite loop due to a bug in kernel fusion.

#include "./reduction.hpp"

int main() {
Expand Down

0 comments on commit db44bb5

Please sign in to comment.