PtxCreator

If anyone’s interested, I made a little app that batch compiles cuda files into ptx files with the extra ability to embed the ptx source into a c++ header so that your app doesn’t need to load ptx files from disk.

[url]https://github.com/Hurleyworks/PtxCreator[/url]

PtxCreator uses Nanogui and on my machine it is not stable in Release mode so you might need to run in Debug mode only for now.

This only tested on my machine so far, so please let me know if you hit any problems.