[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 6 16:11:59 PDT 2021


JonChesterfield updated this revision to Diff 343524.
JonChesterfield added a comment.

- use unsupported


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.343524.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210506/c2e08d78/attachment.bin>


More information about the Openmp-commits mailing list