CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of the assembly.
See the Article on CodeProject at http://www.codeproject.com/Articles/999744/CudaPAD for more details.
##History
- Dec 2009 – Initially built
- Jan 2013 – Changed the code textbox to use ScintillaNET for better syntax highlighting.
- Nov 2014 – Updated for NVidia Cuda 6.0/6.5
- June 2015 – code released to the public; changed to MIT License; updated for Cuda 6.5/7.0
- Jan 2016 - updated for cuda 7.5; added a register highlighting feature; other minor updates