Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jul 21, 2023
1 parent 86a4c75 commit 993ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TensorOperationsTBLIS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function TensorOperations.tensoradd!(C::StridedArray{T}, pC::Index2Tuple,
::tblisBackend) where {T<:BlasFloat}
TensorOperations.argcheck_tensoradd(C, pC, A)
TensorOperations.dimcheck_tensoradd(C, pC, A)

szC = collect(size(C))
strC = collect(strides(C))
C_tblis = tblis_tensor(C, szC, strC, β)
Expand Down

0 comments on commit 993ffd0

Please sign in to comment.