I was trying out the latest Optix SDK (7.1) and when I compiled and ran the optixPathTracer sample, I got the following error:
[ 4][ KNOBS]: All knobs on default.
[ 4][ DISK CACHE]: Opened database: “C:\Users\xxx\AppData\Local\NVIDIA\OptixCache\cache7.db”
[ 4][ DISK CACHE]: Cache data size: “0 Bytes”
[ 4][ DISKCACHE]: Cache miss for key: ptx-22328-key8fcea55469fcc8c3380e4cbebe3b51e2-sm_50-rtc0-drv451.48
[ 2][COMPILE FEEDBACK]: COMPILE ERROR: Malformed PTX input. See compile details for more information.
Error: Invalid target architecture. Maximum feasible for current context: sm_50, found: sm_60
Caught exception: OPTIX_ERROR_INVALID_PTX: Optix call ‘optixModuleCreateFromPTX( state.context, &module_compile_options, &state.pipeline_compile_options, ptx.c_str(), ptx.size(), log, &sizeof_log, &state.ptx_module )’ failed: C:\ProgramData\NVIDIA Corporation\OptiX SDK 7.1.0\SDK\optixPathTracer\optixPathTracer.cpp:716)
Log:
COMPILE ERROR: Malformed PTX input. See compile details for more information.
Error: Invalid target architecture. Maximum feasible for current context: sm_50, found: sm_60
Specs:
GTX 750Ti
Windows 10 64bit
CUDA 11.0
451.48 driver
Has support for Maxwell cards been dropped with this latest release?