explosion / cython-blis

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

Add support for building against cortexa15 #20

Closed hoefling closed 4 years ago

hoefling commented 4 years ago

Signed-off-by: Oleg Höfling oleg.hoefling@gmail.com

honnibal commented 4 years ago

Thanks! I think I need to make some updates to the Azure Pipelines. But appreciate the build file.

hoefling commented 4 years ago

Sure, glad if this helps. Having a cortexa15 config would make building platform-specific wheels for Raspberry Pi 2 & 3 a lot easier.

svlandeg commented 4 years ago

Hi @hoefling, we fixed some unrelated issues with the test suite - could you merge explosion:master into your branch? That will automatically update this PR and should restart the tests, which will then hopefully go green ;-)

hoefling commented 4 years ago

@svlandeg I've rebased onto current master, CI looking good!