Closed rhazegh closed 4 years ago
Currently working on this, thanks for your patience.
@honnibal Thank you. Please let me know if there is anything I can help with.
v0.7.0 now up. Working on the conda package.
@honnibal Thank you very much for making this happen. Is there any chance we could also get a 0.7 conda package? If there is anything you think I can help with please let me know.
I am having performance issues with this library on my AMD Ryzen 3900X CPU and was looking in the code to see if I can find out why this is happening. See this issue for reference: https://github.com/conda-forge/cython-blis-feedstock/issues/18
I have installed this through conda forge:
It looks like
cython-blis
is using a version offlame/blis
from Mar 12, 2019 (https://github.com/honnibal/blis/tree/2c59c46b57cb3517d33b350cc5d18022e1fe93f4)It appears that since then, some new optimizations are added for AMD in the
flame/blis
library and they have added support forzen2
(https://github.com/flame/blis/tree/master/config/zen2)Is it possible to update
cython-blis
to take advantage of these new optimizations?