Was trying out `intersect(A, B)` or `unique(vcat(A, B))` with `A::CuVector{Int}` and `B::CuVector{Int}` and ran into scalar indexing issues. (Will add a MWE later, don't have access to a GPU right now)
Was trying out
intersect(A, B)orunique(vcat(A, B))withA::CuVector{Int}andB::CuVector{Int}and ran into scalar indexing issues.(Will add a MWE later, don't have access to a GPU right now)