StructArrays.jl
StructArrays.jl copied to clipboard
support map with GPU arrays
Fixes https://github.com/JuliaArrays/StructArrays.jl/issues/300.
Delegates the actual computations to broadcasting: for a single argument, map and broadcast share the same semantics. Maybe, this improves something else as well: broadcasting on StructArrays got more attention over time than map.