[flang-commits] [flang] [flang][cuda] Allow to set the stack limit size (PR #124859)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Wed Jan 29 09:25:30 PST 2025


================
@@ -16,13 +16,17 @@
 #include "flang/Optimizer/Dialect/FIRType.h"
 #include "flang/Runtime/main.h"
 #include "flang/Runtime/stop.h"
+#ifdef FLANG_CUDA_SUPPORT
+#include "flang/Runtime/CUDA/init.h"
+#endif
----------------
Meinersbur wrote:

Whether the build configuration compiles CUFRuntime or not, `init.h` is still present it the git checkout.

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


More information about the flang-commits mailing list