[Openmp-commits] [PATCH] D102017: [libomptarget] Disable test bug49334 on amdgpu

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu May 6 15:46:54 PDT 2021


protze.joachim added a comment.

You can just use UNSUPPORTED.

Can you try first, whether reducing the matrix size helps with your hang? I planned to modify the value anyways. The test just runs too long. 
Reducing the size also triggers the race in data mapping more reliably.



================
Comment at: openmp/libomptarget/test/offloading/bug49334.cpp:1-6
+// 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
----------------



================
Comment at: openmp/libomptarget/test/offloading/bug49334.cpp:75-76
 
 constexpr const int BS = 256;
 constexpr const int N = 1024;
 
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102017/new/

https://reviews.llvm.org/D102017



More information about the Openmp-commits mailing list