[flang-commits] [PATCH] D150159: [flang] CUDA Fortran - part 1/5: parsing
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue May 9 09:27:01 PDT 2023
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
I'm not a CUDA Fortran expert but this looks good to me.
================
Comment at: flang/lib/Lower/Allocatable.cpp:371
+ [](const Fortran::parser::AllocOpt::Stream &) {
+ // TODO: CUDA STREAM=scalar-int-expr
+ },
----------------
`TODO(loc, "cuda stream");` so it triggers the not yet implemented error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150159/new/
https://reviews.llvm.org/D150159
More information about the flang-commits
mailing list