Skip to content

Indexing VectorOfArrays using boolean masks throws warning #180

Description

@ma-sadeghi
x = CUDA.rand(5, 3)
m = CUDA.rand(5) .> 0.5
x[m, :]  # this works just fine

u = VectorOfArray([x, x, x])
u[m, :]  # this throws warning/error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions