Skip to content

Commit

Permalink
Renable device_ev_data in serde.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Feb 16, 2024
1 parent 7836b56 commit f861588
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 @@ -101,7 +101,7 @@ class event_stream: public event_stream_base<Event> {
ARB_SERDES_ENABLE(event_stream<Event>,
ev_data_,
ev_spans_,
// device_ev_data_,
device_ev_data_,
index_);

private:
Expand Down

0 comments on commit f861588

Please sign in to comment.