Revert "[openmp] Fix build, test passes on CI unexpectedly"
authorJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 8 Nov 2021 20:28:52 +0000 (20:28 +0000)
committerJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 8 Nov 2021 20:28:52 +0000 (20:28 +0000)
This reverts commit c499d690cdb7ead72bcd086b08328a6d3a91b682.

openmp/libomptarget/test/mapping/reduction_implicit_map.cpp

index 429bb68..2f64b95 100644 (file)
@@ -1,5 +1,9 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// Wrong results on amdgpu
+// XFAIL: amdgcn-amd-amdhsa
+// XFAIL: amdgcn-amd-amdhsa-newRTL
+
 #include <stdio.h>
 
 void sum(int* input, int size, int* output)