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

via flang-commits flang-commits at lists.llvm.org
Wed Jan 29 08:54:51 PST 2025


================
@@ -0,0 +1,20 @@
+//===-- include/flang/Runtime/CUDA/init.h -----------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef FORTRAN_RUNTIME_CUDA_INIT_H_
+#define FORTRAN_RUNTIME_CUDA_INIT_H_
+
+#include "common.h"
----------------
jeanPerier wrote:

Is this "common.h" include needed?

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


More information about the flang-commits mailing list