You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added note to BLAS.[g|s]et_num_threads about Apple Accelerate not supporting it (#1195)
Per the documentation for `AppleAccelerate.jl`, `BLAS.get_num_threads()`
returns a hard coded default when using `AppleAccelerate`. This PR
simply adds a warning message when this function is called to alert the
user in the console itself.
0 commit comments