On Donnerstag 26 März 2009, Nicholas Tung wrote:
> Hi Andreas,
>
>     Is there any support for functions like the CUDA profiler, which
> currently will output the number of non-coalesced loads, etc.? Are these
> functions available through the driver API?

The CUDA Profiler is supported just like in regular CUDA.

Shell commands:

export CUDA_PROFILE=1
export CUDA_PROFILE_CONFIG='temp_cuda_profiler.conf'

For temp_cuda_profiler.conf, choose four from:

gld_incoherent
gld_coherent
gst_incoherent
gst_coherent
warp_serialize
divergent_branch
branch

Andreas

_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to