Skip to content

v22.12.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 09 Dec 18:15
· 910 commits to main since this release

🚨 Breaking Changes

  • remove all algorithms from cython.cu (#2955) @ChuckHastings
  • PyG Monorepo Refactor (#2905) @alexbarghi-nv
  • Fix PyG Loaders by properly supporting multi_get_tensor (#2860) @alexbarghi-nv
  • Adds arbitrary server extension support to cugraph-service (#2850) @rlratzel
  • Separate edge weights from graph objects and update primitives to support general edge properties. (#2843) @seunghwak
  • Move weight-related graph_t and graph_view_t member functions to standalone functions (#2841) @seunghwak
  • Avoid directly calling graph constructor (as code cleanup before edge property support in primitives) (#2834) @seunghwak
  • Split Sampler from Graph Store to Support New PyG Sampling API (#2803) @alexbarghi-nv
  • Code cleanup (remove dead code and move legacy files to the legacy directory) (#2798) @seunghwak
  • remove graph broadcast and serialization object, not used (#2783) @ChuckHastings
  • Multi-GPU induced subgraph tests code (#2602) @yang-hu-nv

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements