Error when mapping a CuVector{UnitRange} to index another gpu Array

Just some missing functionality: Indexing a CuDeviceArray with a UnitRange isn’t implemented, and triggers GPU-incompatible functionality. AFAIK view with UnitRange isn’t specialized either, but the generic functionality from Base apparently isn’t doing anything GPU incompatible.