Browse Source
Merge pull request #3580 from martin-frbg/dynx86_sbgemm
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
tags/v0.3.21
Martin Kroeker
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
kernel/setparam-ref.c
|
|
|
@@ -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) |
|
|
|
|