summaryrefslogtreecommitdiff
path: root/compat/cuda/ptx2c.sh
Commit message (Collapse)AuthorAge
* compat/cuda/ptx2c: strip CR from each lineRicardo Constantino2017-08-30
| | | | | | | Windows nvcc + cl.exe produce a .ctx file with CR+LF newlines which need to be stripped to work with gcc. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* compat/cuda/ptx2c: remove bashism and harden against arbitrary inputTimo Rothenpieler2017-05-15
|
* build: add support for building .cu files via nvccTimo Rothenpieler2017-05-15
Original work by Yogender Gupta <ygupta@nvidia.com>