[Openmp-commits] [llvm] [openmp] [OpenMP][Offload][AMDGPU] Fix offload tests failure after the new triple (PR #208617)
Matt Arsenault via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 10 02:53:26 PDT 2026
================
@@ -2,7 +2,7 @@
! near/on device when utilised in USM mode.
! REQUIRES: clang, flang, amdgpu
-! RUN: %clang -c -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa \
+! RUN: %clang -c -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa \
----------------
arsenm wrote:
Not necessary, probably should leave this for the bulk test migrations to come
https://github.com/llvm/llvm-project/pull/208617
More information about the Openmp-commits
mailing list