Files
test/intern
Patrick Mours 03cdfc2ff6 Fix potential access to deleted memory in OptiX kernel loading code
Calling "OptiXDevice::load_kernels" multiple times would call "optixPipelineDestroy" on a pipeline
pointer that may have already been deleted previously (since the PIP_SHADER_EVAL pipeline is only
created conditionally).
This change also avoids a CUDA kernel reload every time this is called. The CUDA kernels are
precompiled and don't change, so there is no need to reload them every time.
2019-11-25 18:36:55 +01:00
..
2019-10-07 12:22:05 +11:00
2019-11-25 01:51:11 +11:00
2019-11-25 00:55:11 +11:00
2019-11-25 01:51:11 +11:00
2019-10-21 15:05:56 +11:00
2019-11-25 00:55:11 +11:00