سؤال

I'm trying to profile a kernel that uses 3D surfaces to read and write to 3D cudaArrays.

Unfortunately nvprof shows absolutely nothing for any texture reads or writes or cache activity etc.

It is also showing very poor memory access etc.

The application works perfectly so the surface read and write calls are obviously working.

Any ideas on this? Perhaps nvprof cant show surface activity yet?

هل كانت مفيدة؟

المحلول

NVIDA profilers do not currently supported analysis of surface or texture accesses.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top