Skip to content

Commit

Permalink
#18332: Update BN Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
VirdhatchaniKN committed Feb 27, 2025
1 parent be1793d commit 4fad550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,7 @@ void MAIN {
weight_has_value,
bias_has_value);
}

cb_pop_front(cb_eps, onetile);
}
} // namespace NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,7 @@ void MAIN {
weight_has_value,
bias_has_value);
}

cb_pop_front(cb_eps, onetile);
}
} // namespace NAMESPACE

0 comments on commit 4fad550

Please sign in to comment.