Skip to content

Commit 7ceb3e5

Browse files
committed
[NFC] Typo
1 parent b908b0a commit 7ceb3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpsgraphs/matmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
afterbeta = let betatensor = constantWithScalar(graph, beta, castT)
7777
castplaceC = castTensor(graph, placeC, castT, "castplaceC")
7878
betaC = multiplicationWithPrimaryTensor(graph, betatensor, castplaceC)
79-
afterbeta = additionWithPrimaryTensor(graph, afteralpha, betaC)
79+
additionWithPrimaryTensor(graph, afteralpha, betaC)
8080
end
8181

8282
castC = castTensor(graph, afterbeta, Tc, "castC")

0 commit comments

Comments
 (0)