Skip to content

Releases: NVIDIA/otk-cmake

v0.9.7

30 May 21:38
Compare
Choose a tag to compare
Revert "Use OVERRIDE_FIND_PACKAGE with FetchContent instead of FOUND …

…variable hack"

This reverts commit be078f1431c51e2f178a7dc82c75cef50a64c24d.

v0.9.6

19 Apr 20:27
Compare
Choose a tag to compare
embed_cuda now generates OptiX IR by default.

v0.9.5

16 Apr 15:48
Compare
Choose a tag to compare
embed_cuda now generates OptiX IR by default.

v0.9.3

25 Mar 19:48
Compare
Choose a tag to compare

embed_cuda now generates OptiX IR by default.

v0.9.2

01 Mar 21:00
Compare
Choose a tag to compare

Fixed intermittent PTX compilation issues caused by lack of trailing zero bytes in embedded PTX.

v0.9.1

05 Feb 23:35
Compare
Choose a tag to compare
  • PrintTargetProperties module added to aid in debugging CMake targets.
  • vcpkg dependency support added for FetchGtest and FetchOpenEXR modules; when the dependency is found through vcpkg, not attempt is made to obtain these dependencies through FetchContent.
  • OptiX find module updated to respect the requested version when multiple SDKs are installed.
  • OptiX find module updated with reasonable default search locations for linux.
  • embed_ptx updated to produce OptiX IR output and generated symbols are neutral in their identifiers and not tied to PTX or OptiX IR output options. Error handling when running bin2c was improved.

v0.8.5

25 Aug 00:34
Compare
Choose a tag to compare
OptiX::OptiX needs CUDA Toolkit include dirs for <cuda.h>

v0.8.4

26 Jul 22:55
Compare
Choose a tag to compare
Force the use of the shared CUDA runtime library.

This fixes a link error under Windows that arose because the static CUDA runtime was being
selected for libraries containing CUDA sources.

v0.8.2

20 Jun 23:10
Compare
Choose a tag to compare
  • Enable warnings as errors.

v0.7.6

04 Apr 18:01
Compare
Choose a tag to compare