Hacker News new | ask | show | jobs
by Someone 1386 days ago
Also, BLAS is part of that interface (https://developer.apple.com/documentation/accelerate/blas)

Of course it is a black box in that you can’t (realistically) try and speed it up. You still run the risk of Apple’s priorities being different from yours.

1 comments

OTOH the interfaces are standard. Using Accelerate instead of the standard BLAS is just a compiler switch.