We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a4c75 commit 993ffd0Copy full SHA for 993ffd0
src/TensorOperationsTBLIS.jl
@@ -21,7 +21,7 @@ function TensorOperations.tensoradd!(C::StridedArray{T}, pC::Index2Tuple,
21
::tblisBackend) where {T<:BlasFloat}
22
TensorOperations.argcheck_tensoradd(C, pC, A)
23
TensorOperations.dimcheck_tensoradd(C, pC, A)
24
-
+
25
szC = collect(size(C))
26
strC = collect(strides(C))
27
C_tblis = tblis_tensor(C, szC, strC, β)
0 commit comments