benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Fix cuda build on conda-forge #668

Closed benfred closed 1 year ago

benfred commented 1 year ago

The conda-forge build was failing to build on errors in finding thrust: https://github.com/NVIDIA/cccl/issues/843

Work around this issue by using a patched version of thrust/cub in the build