[Openmp-commits] [openmp] [Libomptarget] Handle dynamic stack sizes for AMD COV5 (PR #72606)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 17 04:58:29 PST 2023


jhuber6 wrote:

> What about the compile error that we received a couple of weeks ago regarding too much stack use?

I don't think this will be related. This is a change to the kernel call ABI where in the case that it could not be statically determined the runtime is expected to provide one. The old default was 16k, I could probably increase the default to something larger.

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


More information about the Openmp-commits mailing list