[llvm] [Offload][OMPX] Add the runtime support for multi-dim grid and block (PR #118042)

Jan Patrick Lehr via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 06:11:13 PST 2024


================
@@ -0,0 +1,56 @@
+// RUN: env LIBOMPTARGET_INFO=63 %libomptarget-compilexx-run-and-check-generic
----------------
jplehr wrote:

Are you sure that this env propagates to the `run` stage of the test too?

I think this is why I see an error when running the botconfig. I do not see an error when I run the binary manually. Other tests appear to split this command into two. Example from `test/offloading/force-usm.cpp`

```
// clang-format off
// RUN: %libomptarget-compilexx-generic
// RUN: env LIBOMPTARGET_INFO=32 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefix=NO-USM
```

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


More information about the llvm-commits mailing list