[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 12:59:49 PDT 2021


JonChesterfield created this revision.
JonChesterfield added reviewers: jdoerfert, ronlieb, ye-luo, tianshilei1992, pdhaliwal.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, kzhuravl.
JonChesterfield requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.

[libomptarget] Disable test bug49334 on amdgpu

Hangs on amdgpu, do not know why. Disable to unblock build.


Repository:
  rG LLVM Github Monorepo

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,4 +1,9 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
+// Currently hangs on amdgpu
 
 #include <cassert>
 #include <iostream>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102017.343482.patch
Type: text/x-patch
Size: 725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210506/b94c3574/attachment-0001.bin>


More information about the Openmp-commits mailing list