After downloading optix6.0.0 sdk
and compiling the sample projects included, I encountered runtime exception when running any of the sample projects(e.g. optixHello
, optixWhitted
), with error message:
OptiX Error: 'NVRTC Compilation failed.
nvrtc: error: failed to load builtins for compute_30.'
My environment is: vs2015
, cuda11.0
.
Codes worked totally fine for ooptix sdk 7.0.0
(cmake, compile, runtime), and most of the pre-compiled sample projects .exe
for sdk 6.0.0
worked fine.