[NIGHTLY] v22.04.00
Pre-release
Pre-release
·
547 commits
to branch-25.04
since this release
π Links
π Bug Fixes
- rapids_export now handles explicit version values of 0 correctly (#174) @robertmaynard
- rapids_export now internally uses better named variables (#172) @robertmaynard
- rapids_cpm_gtest will properly find GTest 1.10 packages (#168) @robertmaynard
- CMAKE_CUDA_ARCHITECTURES
ALL
will not insert 62 or 72 (#161) @robertmaynard - Tracked package versions are now not required, but preferred. (#160) @robertmaynard
- cpm_thrust would fail when provided only an install export set (#155) @robertmaynard
- rapids_export generated config.cmake no longer leaks variables (#149) @robertmaynard
π Documentation
- Docs use intersphinx correctly to link to CMake command docs (#159) @robertmaynard
- Example explains when you should use
rapids_find_generate_module
(#153) @robertmaynard - Add CMake intersphinx support (#147) @bdice
π New Features
- Bump CPM 0.35 for per package CPM_DOWNLOAD controls (#158) @robertmaynard
- Track package versions to the generated
find_dependency
calls (#156) @robertmaynard - Update to latest nvbench (#150) @robertmaynard
π οΈ Improvements
- Temporarily disable new
ops-bot
functionality (#170) @ajschmidt8 - Use exact gtest version (#165) @trxcllnt
- Add
.github/ops-bot.yaml
config file (#163) @ajschmidt8