27 lines
825 B
Diff
27 lines
825 B
Diff
|
From: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de>
|
||
|
Date: Wed Mar 23 20:05:32 2022 +0100
|
||
|
Subject: Remove extraneous (and wrong) definition of sbgemm_r on x86_64
|
||
|
Patch-mainline: Not yet
|
||
|
Git-repo: https://github.com/xianyi/OpenBLAS
|
||
|
Git-commit: 40302558ed3d3c3f100e96dd042a5996c3d16bbd
|
||
|
References:
|
||
|
|
||
|
|
||
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
||
|
---
|
||
|
kernel/setparam-ref.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/kernel/setparam-ref.c b/kernel/setparam-ref.c
|
||
|
index a81b32dd..9f5d34d9 100644
|
||
|
--- a/kernel/setparam-ref.c
|
||
|
+++ b/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)
|