BLAS.ThreadingModel
Constants that describe the BLAS and LAPACK threading model.
Declaration
struct ThreadingModelOverview
Use the threading model constants to specify whether BLAS and LAPACK operations run in a single thread or multiple threads. Specify the single-threaded model if your app uses its own threading mechanism.