[clang] [llvm] [offload][OpenMP] Improve cross-team reduction grid selection (PR #208253)
Dhruva Chakrabarti via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 12 14:09:21 PDT 2026
================
@@ -0,0 +1,61 @@
+// RUN: %libomptarget-compile-generic
+// RUN: env LIBOMPTARGET_INFO=16 \
+// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
+// RUN: %libomptarget-compileopt-generic
+// RUN: env LIBOMPTARGET_INFO=16 \
+// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
+
+// REQUIRES: amdgpu
----------------
dhruvachak wrote:
Can you split the test so that target-agnostic checks work across targets and possibly have target-specific tests?
https://github.com/llvm/llvm-project/pull/208253
More information about the cfe-commits
mailing list