CUDA Hello World, zero counts?
I am trying to configure PAPI 5.3.0 with CUDA 6.5 (also tried 5.5 and 6.0) on a Tesla K20c. When I run HelloWorld.cu with event "cuda:::Tesla_K20c:domain_d:inst_executed" (as provided by papi_native_avail), I get zeroes as the final count value.
I've configured and installed PAPI as follows:
Inside /papi-5.3.0/src/components/cuda
./configure --with-cuda-dir=/usr/local/packages/cuda/6.5 --with-cupti-dir=/usr/local/packages/cuda/6.5/extras/CUPTI
Inside /papi-5.3.0/src
./configure --with-components=cuda --prefix=/my-local-dir/papi-5.3.0
make
make install
Any advice is greatly appreciated.
I've configured and installed PAPI as follows:
Inside /papi-5.3.0/src/components/cuda
./configure --with-cuda-dir=/usr/local/packages/cuda/6.5 --with-cupti-dir=/usr/local/packages/cuda/6.5/extras/CUPTI
Inside /papi-5.3.0/src
./configure --with-components=cuda --prefix=/my-local-dir/papi-5.3.0
make
make install
Any advice is greatly appreciated.