Skip to content

Commit dc9edc6

Browse files
Revert "[openmp] Fix build, test passes on CI unexpectedly"
This reverts commit c499d69.
1 parent 98f0bf7 commit dc9edc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openmp/libomptarget/test/mapping/reduction_implicit_map.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %libomptarget-compilexx-run-and-check-generic
22

3+
// Wrong results on amdgpu
4+
// XFAIL: amdgcn-amd-amdhsa
5+
// XFAIL: amdgcn-amd-amdhsa-newRTL
6+
37
#include <stdio.h>
48

59
void sum(int* input, int size, int* output)

0 commit comments

Comments
 (0)