Release Notes#
This section includes significant changes, new features, performance improvements, and various issues. Unless noted, listed issues should not impact functionality. When functionality is impacted, we offer a work-around to avoid the issue (if available).
0.1.1#
Patch release with improvements to how the NPPDx package is imported in a CMake project.
Resolved Issues#
Removed unused empty variable
nppdx_LIBRARY_DIRSfrom the NPPDx CMake package configuration file. This was treated as a path and checked for existence, causing an error when importing NPPDx in a CMake project.Added the required
--expt-relaxed-constexprCUDA flag as an INTERFACE compilation option to the importednppdx::nppdxtarget so that the user no longer has to manually specify it in their CMake project.
0.1.0#
First Early Access release. Please consult the v0.1.0 documentation for more information.