Tagged Questions
2
votes
2answers
120 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 ...