[Openmp-commits] [clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)
Ethan Luis McDonough via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jun 28 09:51:01 PDT 2024
EthanLuisMcDonough wrote:
> I'm building on an x86 + AMD GPU. What fails is this command:
>
> ```
> [8/14] Performing build step for 'runtimes'
> [1/4] Linking CXX shared library /home/dobercea/upstream/llvm-project/build/lib/libomptarget.so.19.0git
> FAILED: /home/dobercea/upstream/llvm-project/build/lib/libomptarget.so.19.0git
> : && /home/dobercea/upstream/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -fPIC [....]
> ```
Could you share your CMake build command? I'd like to try and replicate this.
https://github.com/llvm/llvm-project/pull/76587
More information about the Openmp-commits
mailing list