Skip to content

Commit

Permalink
#3908: Add missing global var to trisck.cc to fix kernel compile erro…
Browse files Browse the repository at this point in the history
…r for test_graph_interpreter
  • Loading branch information
acejkov committed Dec 7, 2023
1 parent 499c07d commit d0a508f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/hw/firmware/src/trisck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ uint32_t unp_cfg_context = 0;
uint32_t pack_sync_tile_dst_ptr = 0;
uint32_t math_sync_tile_dst_index = 0;
uint32_t gl_alu_format_spec_reg = 0;
uint32_t op_info_offset = 0;

namespace ckernel
{
Expand Down

0 comments on commit d0a508f

Please sign in to comment.