Add representations of CUDA Fortran data and subprogram attributes
to the symbol table and scopes of semantics. Set them in name
resolution, and emit them to module files.
Depends on https://reviews.llvm.org/D150159.
Paths
| Differential D150161
[flang] CUDA Fortran - part 2/5: symbols & scopes ClosedPublic Authored by klausler on May 8 2023, 5:02 PM.
Details Summary Add representations of CUDA Fortran data and subprogram attributes Depends on https://reviews.llvm.org/D150159.
Diff Detail Event Timelineklausler added a parent revision: D150159: [flang] CUDA Fortran - part 1/5: parsing.May 9 2023, 8:22 AM This revision is now accepted and ready to land.May 9 2023, 9:41 AM
Comment Actions Is there checks for CUDA Version that some features are allowed for certain CUDA Version? Comment Actions
Not yet.
Closed by commit rG27f71807dadb: [flang] CUDA Fortran - part 2/5: symbols & scopes (authored by klausler). · Explain WhyMay 31 2023, 10:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520850 flang/include/flang/Evaluate/call.h
flang/include/flang/Evaluate/characteristics.h
flang/include/flang/Evaluate/type.h
flang/include/flang/Semantics/expression.h
flang/include/flang/Semantics/type.h
flang/lib/Evaluate/characteristics.cpp
flang/lib/Evaluate/formatting.cpp
flang/lib/Evaluate/type.cpp
flang/lib/Parser/unparse.cpp
flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/check-declarations.cpp
flang/lib/Semantics/definable.cpp
flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
flang/lib/Semantics/type.cpp
flang/module/__cuda_builtins.f90
flang/test/Parser/cuf-sanity-tree.CUF
flang/test/Parser/cuf-sanity-unparse.CUF
flang/test/Semantics/bind-c06.f90
flang/test/Semantics/cuf02.cuf
flang/test/Semantics/cuf03.cuf
flang/test/Semantics/cuf07.cuf
flang/test/Semantics/cuf08.cuf
flang/test/Semantics/cuf10.cuf
flang/test/Semantics/definable05.cuf
flang/test/Semantics/resolve65.f90
flang/test/Semantics/resolve67.f90
|
Can launch_bounds take third argument of max cluster rank for Hopper?