Howdy,
Both the Optix 5 pre-compiled versions of optixMDLDisplacment and optixMDLExpression work fine on my machine. But if I try compile them using vs2015, they both crash while compiling. The other sample scenes compile without any problems.
In the optixMDLDisplacement sample, the crash happens in the createMDLMaterial() function and occurs on line 892 of sutil.cpp
const nvrtcResult compileRes = nvrtcCompileProgram( prog, (int) options.size(), options.data() );
Anybody else hitting this?