You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tullio λ[a, v, j_1, j_2, j_3, i, l_1, l_2, l_3] := S[a, v, j_1, j_2, j_3, i] * mask[j_1, j_2, j_3] * Γ[a, a_prime] * p[a_prime, v, j_1, j_2, j_3, i, l_1, l_2, l_3, h] / N[a_prime]
It runs fine when using Tullio alone, but I get weird errors when using LoopVectorization.
The errors I get are the following ERROR: BoundsError: attempt to access 9-element Vector{Bool} at index [140292118545904]
or ERROR: BoundsError: attempt to access 9-element Vector{Bool} at index [0]
The text was updated successfully, but these errors were encountered:
jgsimard
changed the title
Error when using out of Loopvectorization
Error when using Loopvectorization
Jun 25, 2024
Hi,
When i run this command
@tullio λ[a, v, j_1, j_2, j_3, i, l_1, l_2, l_3] := S[a, v, j_1, j_2, j_3, i] * mask[j_1, j_2, j_3] * Γ[a, a_prime] * p[a_prime, v, j_1, j_2, j_3, i, l_1, l_2, l_3, h] / N[a_prime]
It runs fine when using Tullio alone, but I get weird errors when using LoopVectorization.
The errors I get are the following
ERROR: BoundsError: attempt to access 9-element Vector{Bool} at index [140292118545904]
or
ERROR: BoundsError: attempt to access 9-element Vector{Bool} at index [0]
The text was updated successfully, but these errors were encountered: