[Openmp-commits] [PATCH] D158082: [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 16 07:12:35 PDT 2023
jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, tianshilei1992, JonChesterfield, ronlieb.
Herald added subscribers: tpr, dstuttard, yaxunl, kzhuravl.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.
This test hangs on AMDGPU sporadically, disable it for the time being.
Fixes: https://github.com/llvm/llvm-project/issues/64733
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158082
Files:
openmp/libomptarget/test/offloading/bug49334.cpp
Index: openmp/libomptarget/test/offloading/bug49334.cpp
===================================================================
--- openmp/libomptarget/test/offloading/bug49334.cpp
+++ openmp/libomptarget/test/offloading/bug49334.cpp
@@ -9,6 +9,7 @@
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
#include <cassert>
#include <cmath>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158082.550742.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230816/11468756/attachment-0001.bin>
More information about the Openmp-commits
mailing list