Hello, I was reading the OpenACC Programming and Best Practices guide, and the guide includes a comment that says this:
Fortran programmers should also note that an OpenACC compiler will parallelize Fortran array syntax that is contained in a
kernels
construct. When usingparallel
instead, it will be necessary to explicitly introduce loops over the elements of the arrays.
Is this true for the nvfortran
compiler as well?