v23.02.00
🐛 Bug Fixes
- Remove incorrect deprecation for CMAKE_CUDA_ARCHITECTURES="NATIVE" (#355) @robertmaynard
- cpm:
always_download
now considerspatches
json entry (#353) @robertmaynard - Use string literals for policy test messages so no escaping needed (#351) @robertmaynard
- Revert "Update spdlog to 1.11 ( latest version ) (#342)" (#346) @bdice
- Revert update of libcudacxx 1.9 (#337) @robertmaynard
- rapids_cuda_patch_toolkit: Better handle non-standard toolkits (#324) @robertmaynard
- Revert "Upgrade spdlog to 1.10.0 (#312)" (#323) @bdice
- rapids_cuda_init_architectures now supports CUDAARCHS env variable (#322) @robertmaynard
- Remove usage of FetchContent from tests to improve perf (#303) @robertmaynard
🚀 New Features
- Update nvCOMP version to 2.6.1 (#360) @vuule
- cpm: Rework
always_download
rules to be smarter (#348) @robertmaynard - Add deprecation notice to passing "" to CMAKE_CUDA_ARCHITECTURES (#345) @robertmaynard
- Update to libcudacxx 1.9.1 to have a version >= CUDA Toolkit 12 (#343) @robertmaynard
- Update spdlog to 1.11 ( latest version ) (#342) @robertmaynard
- Update to nvcomp 2.6 (#341) @robertmaynard
- Add deprecation warnings for usage of
ALL
(#339) @robertmaynard - rapids-cmake now errors out when CPM can't be downloaded (#335) @robertmaynard
- Update to nvcomp 2.5 (#333) @robertmaynard
- Update to libcudacxx 1.9 to match version found in CUDA Toolkit 12 (#332) @robertmaynard
- Update cuco git tag to fetch bug fixes and cleanups (#329) @PointKernel
- Fea/support cmake cuda architectures rapids value (#327) @robertmaynard
- Upgrade spdlog to 1.10.0 (#312) @kkraus14
🛠️ Improvements
- Update shared workflow branches (#361) @ajschmidt8
- Build against CUDA
11.8
(#344) @ajschmidt8 - Make generated find module targets global (#340) @vyasr
- Add codespell and whitespace linters to pre-commit hooks. (#338) @bdice
- Use pre-commit for style checks (#336) @bdice
- Branch 23.02 merge 22.12 (#331) @vyasr
- Update conda recipes. (#330) @bdice
- Fix typo. (#311) @vyasr