Skip to content

Commit

Permalink
Force inline CB init
Browse files Browse the repository at this point in the history
  • Loading branch information
pgkeller committed Jan 22, 2025
1 parent a02c64b commit 765c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/hw/inc/circular_buffer_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// NCRISC and BRISC setup read and write
// TRISC sets up read or write
inline void setup_local_cb_read_write_interfaces(
FORCE_INLINE void setup_local_cb_read_write_interfaces(
uint32_t tt_l1_ptr* cb_l1_base,
uint32_t start_cb_index,
uint32_t max_cb_index,
Expand Down

0 comments on commit 765c049

Please sign in to comment.