Tagged Questions
2
votes
2answers
113 views
Strange results for profiled executed instructions and issued instructions in Fermi GPU (GTX 580)
My kernel has the ptx version like this:
.version 2.2
.target sm_20, texmode_independent
.entry histogram(
.param .u32 .ptr .global .align 4 histogram_param_0,
.param .u32 .ptr ...
0
votes
1answer
327 views
CUDA: Erroneous lmem statistics displayed for sm_20?
A CUDA kernel compiled with the option --ptxas-options=-v seems to be displaying erroneous lmem (local memory) statistics when sm_20 GPU architecture is specified. The same gives meaningful lmem ...