最終更新:2012-03-20 (火) 11:01:32 (4421d)  

decuda
Top / decuda

disassembler for the NVIDIA CUDA binary (.cubin?) format.

https://github.com/laanwj/decuda

https://github.com/laanwj/decuda/wiki/

  • It provides insight into the internal instructions generated for the G8x and G9x architectures.
  • Also, it can help in finding bottlenecks, as you can see what parts of your algorithm require a lot of actual instructions.
  • It has an option to generate a format that is compatible with cudasm to make it possible to hand-optimize kernels.