I’m able to successfully configure, generate make files and build the SDK samples. But when I run the executables present in the /bin dir, I see the following error:
./ambocc
OptiX Error: Launch failed (Details: Function “RTresult _rtContextCompile(RTcontext_api*)” caught exception: : error: Encountered a CUDA error: createFromMemoryPtx returned (209): No binary for GPU, [7340324]
ptxas application ptx input, line 2; error : PTX .version 3.1 does not support .target sm_50
ptxas fatal : Ptx assembly aborted due to errors [7340325])
(/home/Optix/SDK/ambocc/ambocc.c:91)
I’m using GTX 750 Ti card, Cuda 5.0 and Optix 3.5.1. I’m quite new to Optix, any suggestion on how to go about fixing the problem? Thanks!