[flang-commits] [PATCH] D150159: [flang] CUDA Fortran - part 1/5: parsing

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue May 23 02:42:22 PDT 2023


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.

I believe it is fine to support CUDA Fortran in Flang. This is broadly in line with CUDA support in Clang. I believe there is sufficient documentation in the open that specifies its syntax and semantics (https://docs.nvidia.com/hpc-sdk/compilers/cuda-fortran-prog-guide/index.html).  Also, it can be seen that we included `cuf` as part of the file extensions that we wanted to test initially.

I am not a CUDA Fortran expert but the patch looks OK to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150159/new/

https://reviews.llvm.org/D150159



More information about the flang-commits mailing list