Skip to content

Commit

Permalink
Update Scheduler.hpp
Browse files Browse the repository at this point in the history
Missed initialization of group_zero_
  • Loading branch information
klingaard authored Oct 24, 2023
1 parent 54a14fc commit b378dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/sparta/kernel/Scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ class Scheduler : public RootTreeNode
uint32_t firing_group_count_ = 0;

//! Identifier for group zero -- index of the array that represents it
uint32_t group_zero_;
uint32_t group_zero_ = 0;

//! A boolean for asserting whether or not the scheduler has
//! called finalize on the dag
Expand Down

0 comments on commit b378dc0

Please sign in to comment.