[Openmp-commits] [openmp] [OpenMP][AMDGPU] Adapt dynamic callstack sizes to HIP behavior (PR #74080)

via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 1 09:48:22 PST 2023


carlobertolli wrote:

I don't think the arch specification can change in the future, so the existing code would not need to be duplicated. However, it might be extended for future architectures and that means we will need to propagate it here as well. That would a potential source of problems in the future.

How hard it is to move the common code into something that can be linked against libomptarget libs?

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


More information about the Openmp-commits mailing list