I'm looking for something that has approximately the same behavior as
convert_eltype(T,x) = convert(typeof(similar(x, T)), x)
i.e. it would preserve the <:AbstractArray type (e.g. StaticArray, OffsetArray, ...)
Related: https://github.com/JuliaGPU/Adapt.jl
Last updated: Feb 17 2026 at 05:40 UTC