Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored and vchuravy committed Jun 22, 2024
1 parent 213ef98 commit e3124ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end
@static if VERSION >= v"1.10-"
style = bc.style
else
style = Base.Broadcast.BroadcastStyle(typeof(bc))
style = typeof(Base.Broadcast.BroadcastStyle(typeof(bc)))
end
heuristic = launch_heuristic(backend(dest), broadcast_kernel, dest, style, bc.f, bc.axes, 1, bc.args...;
elements, elements_per_thread)
Expand Down

0 comments on commit e3124ce

Please sign in to comment.