I'm trying to follow a step by step tutorial on Optix at github, but in one file there's this line:
extern "C" char embedded_ptx_code[];
which leads to the error at the title since there's no definition of that C string.
I don't get it , am I supposed to generate one myself?
I tried using bin2c.exe and putting my .cu file and using that string but I get errors of invalid PTX