File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ endif ()
109109 GenerateNamedObjects ("trsm.c" "TRMM" "trmm" ${CBLAS_FLAG} )
110110
111111 # gemmtr is gemmt under the name adopted by the Reference BLAS
112- GenerateNamedObjects ("gemm .c" "RNAME" "gemmtr" ${CBLAS_FLAG} )
112+ GenerateNamedObjects ("gemmt .c" "RNAME" "gemmtr" ${CBLAS_FLAG} )
113113
114114 # max and imax are compiled 4 times
115115 GenerateNamedObjects ("max.c" "" "" ${CBLAS_FLAG} )
@@ -125,8 +125,8 @@ endif ()
125125if (BUILD_BFLOAT16)
126126 GenerateNamedObjects ("bf16dot.c" "" "sbdot" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
127127 GenerateNamedObjects ("gemm.c" "" "sbgemm" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
128- GenerateNamedObjects ("gemmt .c" "" "sbgemmt" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
129- GenerateNamedObjects ("gemmt .c" "RNAME" "sbgemmtr" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
128+ GenerateNamedObjects ("sbgemmt .c" "" "sbgemmt" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
129+ GenerateNamedObjects ("sbgemmt .c" "RNAME" "sbgemmtr" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
130130 GenerateNamedObjects ("sbgemv.c" "" "sbgemv" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
131131 GenerateNamedObjects ("tobf16.c" "SINGLE_PREC" "sbstobf16" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
132132 GenerateNamedObjects ("tobf16.c" "DOUBLE_PREC" "sbdtobf16" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
You can’t perform that action at this time.
0 commit comments