mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
-In BLIS, the CBLAS interface is implemented as a wrapper around the BLAS interface. For example the CBLAS API ‘cblas_dscal’ internally invokes the BLAS API ‘dscal_’. -This coupling between CBLAS and BLAS interface prevents the end user from overriding them individually by the application or other libraries. -This change separates the CBLAS and BLAS implementation by adding an additional level of abstraction. The implementation of the API is moved to the new function which is invoked directly from the CBLAS and BLAS wrappers. AMD-Internal: [SWLCSG-1477] Change-Id: I0e80071398af29c9313296d2a92e61e3897ac28e