Skip to content

Commit

Permalink
* fixed init order
Browse files Browse the repository at this point in the history
  • Loading branch information
sjw36 committed Nov 4, 2024
1 parent 78a8712 commit 716cca0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ class StreamPipeliner {
// Data members
scf::ForOp forOp;

int numStages;
// User settings
bool prefetch;
int numStages;

// Scheduling clusters
tt::CoarseSchedule schedule;
Expand Down

0 comments on commit 716cca0

Please sign in to comment.