[flang-commits] [flang] [flang][cuda] Add a proper TODO for allocate statement for cuda var (PR #88034)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Apr 9 09:05:35 PDT 2024
================
@@ -212,6 +212,16 @@ inline bool IsCUDADeviceContext(const Scope *scope) {
return false;
}
+inline bool HasCUDAAttr(const Symbol &sym) {
+ if (const auto *details =
+ sym.GetUltimate().detailsIf<semantics::ObjectEntityDetails>()) {
----------------
clementval wrote:
Thanks! I always miss the brace init switching between different code base rule!
https://github.com/llvm/llvm-project/pull/88034
More information about the flang-commits
mailing list