[Openmp-commits] [PATCH] D102017: [libomptarget] Disable test bug49334 on amdgpu
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 20 07:47:10 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGea68ad6e2695: [libomptarget] Disable test bug49334 on amdgpu (authored by JonChesterfield).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102017/new/
https://reviews.llvm.org/D102017
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
@@ -1,5 +1,8 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
+// Currently hangs on amdgpu
+// UNSUPPORTED: amdgcn-amd-amdhsa
+
#include <cassert>
#include <iostream>
#include <memory>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102017.346729.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210520/8441df63/attachment.bin>
More information about the Openmp-commits
mailing list