Releases: NVIDIA/optix-toolkit
Releases · NVIDIA/optix-toolkit
v1.0.0
v0.9.7
v0.9.6
v0.9.5
v0.9.3
- The DemandLoader interface now provides a setPageTableEntry method, which is helpful for asynchronous resource request handling. In such an approach ResourceCallback can enqueue a request and return false, indicating that the request has not yet been satisfied. Later, when the request has been processed, setPageTableEntry can called to update the page table. Note that it's not necessary to call this method when requests are processed synchronously: if the ResourceCallback returns true, the page table is automatically updated.
- embed_cuda now generates OptiX IR by default.
v0.9.2
Overhauled vcpkg dependency management and build options.
Add CMake presets, which simplify build configuration. See README.md for details.
Fixed intermittent PTX compilation issues caused by lack of trailing zero bytes in embedded PTX.
See CHANGELOG files in submodules for additional changes.