Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using Loopvectorization #187

Open
jgsimard opened this issue Jun 25, 2024 · 0 comments
Open

Error when using Loopvectorization #187

jgsimard opened this issue Jun 25, 2024 · 0 comments

Comments

@jgsimard
Copy link

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]

@jgsimard jgsimard changed the title Error when using out of Loopvectorization Error when using Loopvectorization Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant