Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Feb 16, 2024
1 parent e680a65 commit efd6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbor/backends/gpu/event_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct event_stream: public event_stream_base<Event> {
memory::copy_async(host_span, device_span);
});

arb_assert(num_events == ev_device_data_.size());
arb_assert(num_events == device_ev_data_.size());
arb_assert(num_events == ev_data_.size());
}

Expand Down

0 comments on commit efd6487

Please sign in to comment.