CUDA Fortran #123
Replies: 2 comments 2 replies
-
Hi @Wang-wj-nut well we want to stay on top of Fortran development so we indeed try and support the latest features. Having said that CUDA Fortran is quite general, could you be more specific about the features missing from
I think 1. is relatively easy to accomplish. The rest I will actually need to think about how to accomplish. Might be a good idea to move this discussion in out Discourse https://fortran-lang.discourse.group/ and tag me to the post @gnikit |
Beta Was this translation helpful? Give feedback.
-
@gnikit The Also, there is one more commonly seen difference between standard Fortran and CUDA Fortran that the CUDA Fortran adds an attribute for variables as well. As introduced here, if I want to assign a variable allocating in GPU memory, I need to declare the variable as In my humble opinion, support for subroutine/function attribute qualifiers and variable attribute qualifiers needs to be given the highest priorities. As this is inevitable in CUDA Fortran and I have not met much more differences during programming. Discussing this in the Fortran Discourse and ask others' suggestions is a good idea. Or should I open an issue for CUDA Fortran support? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Will fortls support CUDA Fortran?
Beta Was this translation helpful? Give feedback.
All reactions