[Openmp-commits] [openmp] dc9edc6 - Revert "[openmp] Fix build, test passes on CI unexpectedly"

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 8 12:29:06 PST 2021


Author: Jon Chesterfield
Date: 2021-11-08T20:28:52Z
New Revision: dc9edc6a6dba6e0a580775633f55240e5ada1772

URL: https://github.com/llvm/llvm-project/commit/dc9edc6a6dba6e0a580775633f55240e5ada1772
DIFF: https://github.com/llvm/llvm-project/commit/dc9edc6a6dba6e0a580775633f55240e5ada1772.diff

LOG: Revert "[openmp] Fix build, test passes on CI unexpectedly"

This reverts commit c499d690cdb7ead72bcd086b08328a6d3a91b682.

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/reduction_implicit_map.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
index 429bb68c43e9..2f64b9556fb5 100644
--- a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
+++ b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
@@ -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)


        


More information about the Openmp-commits mailing list