Add direct_sgemm

This commit is contained in:
Martin Kroeker 2020-08-16 09:16:52 +02:00 committed by GitHub
parent 86e3455d02
commit 2586b26e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ gotoblas_t TABLE_NAME = {
sgemv_nTS, sgemv_tTS, sger_kTS,
ssymv_LTS, ssymv_UTS,
sgemm_directTS,
sgemm_direct_performantTS,
sgemm_kernelTS, sgemm_betaTS,
#if SGEMM_DEFAULT_UNROLL_M != SGEMM_DEFAULT_UNROLL_N
sgemm_incopyTS, sgemm_itcopyTS,