mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Reinstate the CooperLake microkernel
This commit is contained in:
@@ -28,9 +28,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "common.h"
|
||||
|
||||
//#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
|
||||
//#include "sbgemv_n_microk_cooperlake.c"
|
||||
//#endif
|
||||
#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
|
||||
#include "sbgemv_n_microk_cooperlake.c"
|
||||
#endif
|
||||
|
||||
#define ALIGN64_ALLOC(alloc_size, TYPE, ptr_align, ptr) \
|
||||
ptr = (TYPE *) malloc(sizeof(TYPE)*alloc_size + 63); \
|
||||
|
||||
Reference in New Issue
Block a user