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 ()
125
125
if (BUILD_BFLOAT16 )
126
126
GenerateNamedObjects ("bf16dot.c" "" "sbdot" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
127
127
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" )
130
130
GenerateNamedObjects ("sbgemv.c" "" "sbgemv" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
131
131
GenerateNamedObjects ("tobf16.c" "SINGLE_PREC" "sbstobf16" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
132
132
GenerateNamedObjects ("tobf16.c" "DOUBLE_PREC" "sbdtobf16" ${CBLAS_FLAG} "" "" true "BFLOAT16" )
You can’t perform that action at this time.
0 commit comments