Skip to content

Accelerated operations on m1 mac using blas #1265

Answered by jturner314
jimmiebtlr asked this question in Q&A
Discussion options

You must be logged in to vote

The main Apple documentation page about Accelerate seems to suggest that it's CPU-only:

The Accelerate framework provides high-performance, energy-efficient computation on the CPU by leveraging its vector-processing capability.

...

The Accelerate framework provides BLAS and LAPACK libraries for performing linear algebra on dense vectors and matrices. Accelerate’s BLAS and LAPACK implementations abstract the processing capability of the CPU so code written for them will execute the appropriate instructions for the processor available at runtime. This means that both BLAS and LAPACK are optimized for high performance and low-energy consumption.

OpenBLAS is also CPU-only. I think all of th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jimmiebtlr
Comment options

@antimora
Comment options

Answer selected by jimmiebtlr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants