Skip to content

Commit

Permalink
Typo ctd
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Feb 16, 2024
1 parent efd6487 commit 49b4cf8
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 @@ -121,7 +121,7 @@ struct event_stream: public event_stream_base<Event> {

for (auto& [id, stream]: streams) {
util::make_partition(stream.ev_spans_, dt_sizes[id]);
resize(stream.device_ev_data_, stream.ev_data.size());
resize(stream.device_ev_data_, stream.ev_data_.size());

threading::parallel_for::apply(0, stream.ev_spans_.size() - 1,
stream.thread_pool_.get(),
Expand Down

0 comments on commit 49b4cf8

Please sign in to comment.