Skip to content

v22.04.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 06 Apr 14:40
· 539 commits to main since this release

πŸ› Bug Fixes

  • Add cuda-python dependency to pyproject.toml (#994) @sevagh
  • Disable opportunistic reuse in async mr when cuda driver < 11.5 (#993) @rongou
  • Use CUDA 11.2+ features via dlopen (#990) @robertmaynard
  • Skip async mr tests when cuda runtime/driver < 11.2 (#986) @rongou
  • Fix warning/error in debug assertion in device_uvector.hpp (#979) @harrism
  • Fix signed/unsigned comparison warning (#970) @jlowe
  • Fix comparison of async MRs with different underlying pools. (#965) @harrism

πŸš€ New Features

  • Use scikit-build for the build process (#976) @vyasr

πŸ› οΈ Improvements