Skip to content

Commit

Permalink
#3908: Fix kernel compile error for test_device_profiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acejkov authored and rtawfik01 committed Dec 13, 2023
1 parent 80c6e43 commit 58af718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tt_metal/include/compute_kernel_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#endif

#ifdef TRISC_PACK
#include "llk_pack_common.h"
#include "llk_pack.h"
#include "llk_pack_api.h"
#include "llk_io_pack.h"
#define PACK(x) x
#define MAIN pack_main()
#else
Expand All @@ -46,6 +46,7 @@
#include "llk_unpack_reduce_api.h"
#include "llk_unpack_tilize_api.h"
#include "llk_unpack_untilize_api.h"
#include "llk_io_unpack.h"
#define UNPACK(x) x
#define MAIN unpack_main()
#else
Expand Down

0 comments on commit 58af718

Please sign in to comment.