|
|
|
@@ -1771,6 +1771,17 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
#endif |
|
|
|
#define USE_SGEMM_KERNEL_DIRECT 1 |
|
|
|
|
|
|
|
#undef SBGEMM_DEFAULT_UNROLL_N |
|
|
|
#undef SBGEMM_DEFAULT_UNROLL_M |
|
|
|
#undef SBGEMM_DEFAULT_P |
|
|
|
#undef SBGEMM_DEFAULT_R |
|
|
|
#undef SBGEMM_DEFAULT_Q |
|
|
|
#define SBGEMM_DEFAULT_UNROLL_N 4 |
|
|
|
#define SBGEMM_DEFAULT_UNROLL_M 16 |
|
|
|
#define SBGEMM_DEFAULT_P 384 |
|
|
|
#define SBGEMM_DEFAULT_Q 768 |
|
|
|
#define SBGEMM_DEFAULT_R sbgemm_r |
|
|
|
|
|
|
|
#ifdef ARCH_X86 |
|
|
|
|
|
|
|
#define SGEMM_DEFAULT_UNROLL_M 4 |
|
|
|
|