Hi and best wishes to all for this new year.
I would like to know if there is a way to track kernel execution at run
time when offloading with openMP target in gfortran 14 (Nvidia GPU).
I mean identifying the kernel (file and line number), the amount of data
transferts, the time spent in the kernel, how many time this kernel was
launched...
I've read about GOMP_DEBUG
(https://gcc.gnu.org/onlinedocs/gcc-14.2.0/libgomp/GOMP_005fDEBUG.html)
but it is so verbose that I was unable to track these more basic
informations (and understand all of them).
Patrick