[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:12:43 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:
The header is not present if the cuda fortran rubtime is not compiled
https://github.com/llvm/llvm-project/pull/124859
More information about the flang-commits
mailing list