Skip to content

Commit 993ffd0

Browse files
committed
Formatter
1 parent 86a4c75 commit 993ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TensorOperationsTBLIS.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function TensorOperations.tensoradd!(C::StridedArray{T}, pC::Index2Tuple,
2121
::tblisBackend) where {T<:BlasFloat}
2222
TensorOperations.argcheck_tensoradd(C, pC, A)
2323
TensorOperations.dimcheck_tensoradd(C, pC, A)
24-
24+
2525
szC = collect(size(C))
2626
strC = collect(strides(C))
2727
C_tblis = tblis_tensor(C, szC, strC, β)

0 commit comments

Comments
 (0)