[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)

Jan Patrick Lehr via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 20 00:41:31 PST 2023


================
@@ -0,0 +1,43 @@
+
+// RUN: %libomptarget-compilexx-generic
+// RUN: env HSA_XNACK=1 LIBOMPTARGET_DEBUG=1 %libomptarget-run-generic 2>&1 \
+// RUN: | %fcheck-generic -check-prefix=DEBUG -check-prefix=CHECK
+// REQUIRES: libomptarget-debug
----------------
jplehr wrote:

I wonder if we should prefer to use `LIBOMPTARGET_INFO` with the appropriate level to check for data copies. This is mostly motivated as we run buildbots with pure release builds w/o support for `LIBOMPTARGET_DEBUG`.

https://github.com/llvm/llvm-project/pull/75999


More information about the Openmp-commits mailing list