JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Update to Julia 0.7 #31

Closed platawiec closed 5 years ago

platawiec commented 5 years ago

All tests pass without errors/warnings on 0.7

Additionally, set up @replaceBase macro to dispatch on broadcasted, so sin.(x) will call AppleAccelerate.sin(x)

Would appreciate a look at this to make sure that I set dependencies and so on correctly.

platawiec commented 5 years ago

This is not quite ready, I still need to hook the mutating functions (AppleAccelerate.sin!(dest, src)) into the broadcasting machinery.