[Openmp-commits] [openmp] 95eac47 - [libomptarget] x86 offloading fails map_back_race.cpp intermittently
Ron Lieberman via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 29 09:01:39 PDT 2022
Author: Ron Lieberman
Date: 2022-03-29T16:01:17Z
New Revision: 95eac47260542fc51616bf6ee147a3b85342d72a
URL: https://github.com/llvm/llvm-project/commit/95eac47260542fc51616bf6ee147a3b85342d72a
DIFF: https://github.com/llvm/llvm-project/commit/95eac47260542fc51616bf6ee147a3b85342d72a.diff
LOG: [libomptarget] x86 offloading fails map_back_race.cpp intermittently
Differential Revision: https://reviews.llvm.org/D122658
Added:
Modified:
openmp/libomptarget/test/mapping/map_back_race.cpp
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/mapping/map_back_race.cpp b/openmp/libomptarget/test/mapping/map_back_race.cpp
index 8a988d3be3b4f..831611f4343e6 100644
--- a/openmp/libomptarget/test/mapping/map_back_race.cpp
+++ b/openmp/libomptarget/test/mapping/map_back_race.cpp
@@ -2,6 +2,10 @@
// Taken from https://github.com/llvm/llvm-project/issues/54216
+
+// UNSUPPORTED: x86_64-pc-linux-gnu
+// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
+
#include <algorithm>
#include <cstdlib>
#include <iostream>
More information about the Openmp-commits
mailing list