Browse Source

Add sgemm_direct_performant for ARM64

pull/5423/head
Martin Kroeker GitHub 8 months ago
parent
commit
0203657f40
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/setparam-ref.c

+ 1
- 0
kernel/setparam-ref.c View File

@@ -216,6 +216,7 @@ gotoblas_t TABLE_NAME = {
#ifdef ARCH_ARM64
sgemm_directTS,
sgemm_direct_alpha_betaTS,
sgemm_direct_performantTS,
#endif

sgemm_kernelTS, sgemm_betaTS,


Loading…
Cancel
Save