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: Nov 27 2025 at 04:44 UTC