StructArrays.jl icon indicating copy to clipboard operation
StructArrays.jl copied to clipboard

support map with GPU arrays

Open aplavin opened this issue 1 year ago • 0 comments

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.

aplavin avatar Mar 09 '24 21:03 aplavin