benfred / implicit

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

Disable compute_86 compilation for cuda 11.0 #536

Closed benfred closed 2 years ago

benfred commented 2 years ago

Compiling on cuda 11.0 brought up errors like nvcc fatal : Unsupported gpu architecture 'compute_86' . Disable unless we have cuda 11.1 or greater