Post

Replies

Boosts

Views

Activity

Comment on Do BLAS and LAPACK functions use Apple Silicon features
I asked a question on the Swift Forums about redundant functions in Accelerate where I noticed some of the vDSP functions are similar to BLAS functions. This led to my post on here because Steve suggested I ask the question on the Apple Developer Forums. However, on here, I rephrased the question specifically about BLAS and LAPACK instead of other Accelerate features like vDSP.
Topic: Machine Learning & AI SubTopic: General Tags:
Oct ’24
Comment on Do BLAS and LAPACK functions use Apple Silicon features
The BLAS page in the Accelerate documentation does say it is "Apple's implementation of BLAS". See here. As you suggest, I guess it's safe to say that the BLAS functions are optimized for Apple Silicon since it's Apple's implementation of the routines. I can't find any Accelerate documentation about the LAPACK functions. But I guess we can assume those functions are optimized too since the BLAS functions appear to be optimized.
Topic: Machine Learning & AI SubTopic: General Tags:
Oct ’24