Skip to content

Commit

Permalink
#0: This works?
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-dma committed Jun 28, 2024
1 parent 40a3e1d commit 7785890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/impl/dispatch/kernels/eth_tunneler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void kernel_main() {
tt_l1_ptr launch_msg_t * const launch_msg = GET_MAILBOX_ADDRESS_DEV(launch);
if (launch_msg->exit_erisc_kernel) {
DEBUG_STATUS("EEB");
break;
return;
}
// need to optimize this.
// context switch to base fw is very costly.
Expand Down

0 comments on commit 7785890

Please sign in to comment.