Browse Source

Remove extraneous (and wrong) definition of sbgemm_r on x86_64

tags/v0.3.21
Martin Kroeker GitHub 3 years ago
parent
commit
40302558ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kernel/setparam-ref.c

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

@@ -1239,7 +1239,6 @@ static void init_parameter(void) {
#ifdef BUILD_BFLOAT16
TABLE_NAME.sbgemm_p = SBGEMM_DEFAULT_P;
TABLE_NAME.sbgemm_r = SBGEMM_DEFAULT_R;
TABLE_NAME.sbgemm_q = SBGEMM_DEFAULT_Q;
#endif
#if (BUILD_SINGLE==1) || (BUILD_COMPLEX==1)


Loading…
Cancel
Save