Clear Gpu memory

I want to know if it is possible to free my memory of the acceleration device in OpenACC in FORTRAN(like acc_free in C).

No, but you can use CUDA Fortran device allocatable arrays to create user managed device arrays.

  • Mat