[Openmp-commits] [PATCH] D159003: [OpenMP] Disable intermittently failing OpenMP test on AMD GPU

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 28 09:30:24 PDT 2023


doru1004 created this revision.
doru1004 added reviewers: ronl, jdoerfert, jplehr, dhruvachak, carlo.bertolli.
doru1004 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
doru1004 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

For now, we need to disable this test due its intermittent failing mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159003

Files:
  openmp/libomptarget/test/offloading/memory_manager.cpp


Index: openmp/libomptarget/test/offloading/memory_manager.cpp
===================================================================
--- openmp/libomptarget/test/offloading/memory_manager.cpp
+++ openmp/libomptarget/test/offloading/memory_manager.cpp
@@ -1,5 +1,6 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// UNSUPPORTED: amdgcn-amd-amdhsa
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159003.553966.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230828/c6ee11bc/attachment.bin>


More information about the Openmp-commits mailing list