File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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