[Diff since v1.3.2](https://github.com/JuliaGPU/CUDA.jl/compare/v1.3.2...v1.3.3)
**Closed issues:**
- Type changing Array conversions give error when allowscalar(false) (#344)
- getindex(::CuArray, ::Adjoint, ::Colon) fails (#345)
- View with array indices causes memory copy before broadcast (#384)
- Regression with Julia 1.5 (#390)
**Merged pull requests:**
- Replace DevicePtr with Core.LLVMPtr. (#199) (@maleadt)
- Make sure view indices reside on the GPU too. (#388) (@maleadt)
- CompatHelper: Update DataStructures to v0.18 (#389) (@ChrisRackauckas)