[Openmp-commits] [openmp] [OpenMP][RISCV] Add riscv32 support (PR #99494)
via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 18 07:41:49 PST 2024
jprotze wrote:
For ompt, only the tests use some arch/isa specific assumptions. If the tests succeed, no changes are necessary. Otherwise, some tweaks might be necessary in runtime/test/ompt/callback.h look for ARCH specific code.
Ompd is usually only activated for selected supported architectures. If you want to support OpenMP debugging for the architecture, you would need to check whether it works out of the box, or whether changes are necessary.
https://github.com/llvm/llvm-project/pull/99494
More information about the Openmp-commits
mailing list