help me please!
I know maybe this topic might already been discussed:
I want to code a kernel directly on ptx assembler and then link it with the main
program, however I couldn’t find any suitable options how to do it with nvcc.
nvcc -cubin test.ptx produces .cubin file, then
I tried nvcc -lib test.cubin
and other combinations but nvcc seems not to recognize cubin files…