diff --git a/tt_metal/CMakeLists.txt b/tt_metal/CMakeLists.txt index b50b4dc8bde5..ab6e46258cc0 100644 --- a/tt_metal/CMakeLists.txt +++ b/tt_metal/CMakeLists.txt @@ -88,6 +88,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.23) third_party/tt_llk_blackhole/common/inc/sfpu/ckernel_sfpu_comp.h third_party/tt_llk_blackhole/common/inc/sfpu/ckernel_sfpu_is_fp16_zero.h third_party/tt_llk_blackhole/common/inc/sfpu/ckernel_sfpu_cumsum.h + third_party/tt_llk_blackhole/common/inc/sfpu/ckernel_sfpu_dropout.h third_party/tt_llk_blackhole/llk_lib/llk_pack_untilize.h third_party/tt_llk_blackhole/llk_lib/llk_pack_common.h third_party/tt_llk_blackhole/llk_lib/llk_unpack_common.h @@ -134,6 +135,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.23) include/compute_kernel_api/eltwise_unary/eltwise_unary.h include/compute_kernel_api/eltwise_unary/sfpu_split_includes.h include/compute_kernel_api/eltwise_unary/exp.h + include/compute_kernel_api/matmul.h # Kernel sources impl/dispatch/kernels/cq_dispatch_slave.cpp impl/dispatch/kernels/cq_dispatch.cpp