I’ve been trying to get into OptiX so I may be missing something, but it seems that OptiX has problems with CUDA 5, is that correct?
If my ray generation program calls rtTrace then rtProgramCreateFromPTXFile returns an unknown error. If I try to compile with cuda 4.2 or comment out rtTrace it seems to go through fine with the compilation. Unfortunately the computer that I need to compile and run the final code on uses cuda 5 and not 4.2.
Is there a way around the problem?
Thanks