[llvm] [Offload] Add support for riscv64 to host plugin (PR #115773)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 18:50:39 PST 2024


joshua-arch1 wrote:

> > It seems that we still cannot use -fopenmp-target=riscv64-unknown-linux-gnu.
> 
> What's the issue?

I‘m running openmp_vv suite on riscv clang. It seems that tests with target offloading cannot pass, like https://github.com/OpenMP-Validation-and-Verification/OpenMP_VV/blob/master/tests/4.5/target/test_target_defaultmap.c.

If I add -fopenmp-targets=riscv64-unknown-linux-gnu, it will show unsupported.

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


More information about the llvm-commits mailing list