explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
219 stars 37 forks source link

CI: Switch to python 3.11 #85

Closed adrianeboyd closed 2 years ago

stonebig commented 1 year ago

any idea when blis for Python-3.11 will be released to the public ?

adrianeboyd commented 1 year ago

Hi, there are python 3.11 wheels for blis v0.7.9, which is the current version used by thinc/spacy. Are you using blis outside of spacy?

We are aware of some bugs that lead to segfaults in some of the haswell kernels for BLIS 0.9.0, so our general recommendation is to use v0.7.x for now, but if you know for sure that you're using an unrelated architecture, blis v0.9.x might be okay to use. Do you need wheels for v0.9.x for use outside of spacy?

adrianeboyd commented 1 year ago

Actually, let me move this to an issue, because this isn't a good place for a discussion.