JuliaLinearAlgebra / Octavian.jl

Multi-threaded BLAS-like library that provides pure Julia matrix multiplication
https://julialinearalgebra.github.io/Octavian.jl/stable/
Other
232 stars 18 forks source link

feat: support Static 1+ #192

Closed avik-pal closed 3 months ago

avik-pal commented 3 months ago

Adding the same patch I added for SimpleChains.jl https://github.com/PumasAI/SimpleChains.jl/pull/164

cc @chriselrod

chriselrod commented 3 months ago

Thanks! Note, that I cannot view the pull request to SimpleChains.

Members of the Pumas org (such as myself) require SSO for viewing Pumas repos. I no longer have valid SSO, therefore I cannot view, let alone approve, the PR to SimpleChains. Signing out of GitHub would be a workaround for at least being able to look at the PRs on the open source SimpleChains.

avik-pal commented 3 months ago

The SimpleChains one is merged. I just linked it as a means to show that the same patch was applied there.