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

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Wed Jan 29 09:26:32 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
----------------
clementval wrote:

Yeah that's correct

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


More information about the flang-commits mailing list