[Openmp-commits] [openmp] c499d69 - [openmp] Fix build, test passes on CI unexpectedly
Jon Chesterfield via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 8 10:45:32 PST 2021
Author: Jon Chesterfield
Date: 2021-11-08T18:45:27Z
New Revision: c499d690cdb7ead72bcd086b08328a6d3a91b682
URL: https://github.com/llvm/llvm-project/commit/c499d690cdb7ead72bcd086b08328a6d3a91b682
DIFF: https://github.com/llvm/llvm-project/commit/c499d690cdb7ead72bcd086b08328a6d3a91b682.diff
LOG: [openmp] Fix build, test passes on CI unexpectedly
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 2f64b9556fb5..429bb68c43e9 100644
--- a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
+++ b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
@@ -1,9 +1,5 @@
// 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