Skip to content

Error when using Loopvectorization #187

@jgsimard

Description

@jgsimard

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions