Skip to content

Commit c499d69

Browse files
[openmp] Fix build, test passes on CI unexpectedly
1 parent ca21488 commit c499d69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openmp/libomptarget/test/mapping/reduction_implicit_map.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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-
73
#include <stdio.h>
84

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

0 commit comments

Comments
 (0)