Skip to content

Commit 5ae3811

Browse files
committed
remove commented out code
1 parent e476b83 commit 5ae3811

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/tensors/indexmanipulations.jl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -340,20 +340,6 @@ function _add_general_kernel!(tdst, tsrc, p, fusiontreetransform, α, β, backen
340340
end
341341
end
342342
end
343-
344-
# if Threads.nthreads() > 1
345-
# Threads.@sync for s₁ in sectors(codomain(tsrc)), s₂ in sectors(domain(tsrc))
346-
# _add_sectors!(tdst, tsrc, fusiontreemap, s₁, s₂, α, β, backend...)
347-
# end
348-
# else
349-
# for (f₁, f₂) in fusiontrees(tsrc)
350-
# for ((f₁′, f₂′), coeff) in fusiontreetransform(f₁, f₂)
351-
# TO.tensoradd!(tdst[f₁′, f₂′], p, tsrc[f₁, f₂], :N, α * coeff, true,
352-
# backend...)
353-
# end
354-
# end
355-
# end
356-
357343
return nothing
358344
end
359345

0 commit comments

Comments
 (0)