Merge pull request #2915 from bartoldeman/no-empty_sgemm_direct_skylakex
sgemm_direct_skylakex: fix 75eeb26
regression.
This commit is contained in:
commit
77669b019d
|
@ -1,7 +1,8 @@
|
||||||
#if defined(SKYLAKEX) || defined (COOPERLAKE)
|
|
||||||
/* the direct sgemm code written by Arjan van der Ven */
|
/* the direct sgemm code written by Arjan van der Ven */
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
#if defined(SKYLAKEX) || defined (COOPERLAKE)
|
||||||
/*
|
/*
|
||||||
* "Direct sgemm" code. This code operates directly on the inputs and outputs
|
* "Direct sgemm" code. This code operates directly on the inputs and outputs
|
||||||
* of the sgemm call, avoiding the copies, memory realignments and threading,
|
* of the sgemm call, avoiding the copies, memory realignments and threading,
|
||||||
|
|
Loading…
Reference in New Issue