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

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 20 06:38:09 PST 2023


jhuber6 wrote:

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

That's unrelated. The GPU tries to statically determine stack size. In that case it was  statically determined to be larger than the maximum possible amount, so it's a hard failure.

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


More information about the Openmp-commits mailing list