Skip to content

v24.06.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 05 Jun 14:35
· 93 commits to main since this release
v24.06.00
6bb3c58

🐛 Bug Fixes

  • Only output CUDA architectures we are building for once (#621) @robertmaynard
  • set_architectures output correct CUDA arch values for RAPIDS mode (#619) @robertmaynard
  • Always offer the install target names for nvtx3 (#617) @robertmaynard
  • Support CMAKE_INSTALL_MESSAGE + rapids_test_install_relocatable (#604) @robertmaynard
  • Ensure nvcomps build and install layouts are consistent (#602) @robertmaynard
  • Correctly set the install location for nvcomp when using the proprietary binary (#597) @vyasr
  • Ensure support_conda_env uses isystem (#588) @robertmaynard
  • Update rapids_test_install_relocatable to be aware of CMake 3.29 (#586) @robertmaynard
  • rapids_cpm_gtest(BUILD_STATIC) now doesn't search for a local version (#585) @robertmaynard
  • Add new patch to hide more CCCL APIs (#580) @vyasr
  • Forward-merge branch-24.04 into branch-24.06 [skip ci] (#565) @rapids-bot[bot]

📖 Documentation

🚀 New Features

🛠️ Improvements