We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777ed11 commit 8f3c6bdCopy full SHA for 8f3c6bd
lib/mpsgraphs/matmul.jl
@@ -25,7 +25,7 @@ else
25
end
26
27
28
-function _matmul!(c::MtlArray{Tc}, a::MtlArray{Tab, Na}, b::MtlArray{Tab, Nb}, alpha::Number, beta::Number, transpose_a, transpose_b) where {Tc, Tab, Na, Nb}
+@autoreleasepool function _matmul!(c::MtlArray{Tc}, a::MtlArray{Tab, Na}, b::MtlArray{Tab, Nb}, alpha::Number, beta::Number, transpose_a, transpose_b) where {Tc, Tab, Na, Nb}
29
graph = MPSGraph()
30
31
placeA = placeholderTensor(graph, size(a), Tab)
0 commit comments