diff --git a/ttnn/cpp/ttnn/operations/ccl/all_gather/device/multi_core/all_gather_op_multi_core.cpp b/ttnn/cpp/ttnn/operations/ccl/all_gather/device/multi_core/all_gather_op_multi_core.cpp index d064fe82ffd..43222b36458 100644 --- a/ttnn/cpp/ttnn/operations/ccl/all_gather/device/multi_core/all_gather_op_multi_core.cpp +++ b/ttnn/cpp/ttnn/operations/ccl/all_gather/device/multi_core/all_gather_op_multi_core.cpp @@ -5,7 +5,6 @@ #include #include "tt_metal/common/core_coord.hpp" -#include "eth_l1_address_map.h" #include "impl/buffers/buffer.hpp" #include "ttnn/tensor/tensor_impl.hpp" #include "ttnn/operations/ccl/all_gather/device/all_gather_op.hpp" diff --git a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_op.cpp b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_op.cpp index 5815d33c3b1..7dab681b67a 100644 --- a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_op.cpp +++ b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_op.cpp @@ -10,8 +10,6 @@ #include "ttnn/tensor/tensor_utils.hpp" -#include "eth_l1_address_map.h" - namespace ttnn { namespace ccl { namespace all_gather_detail { diff --git a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_program.cpp b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_program.cpp index e9420f5e62a..495fc283cfd 100644 --- a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_program.cpp +++ b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_program.cpp @@ -5,7 +5,6 @@ #include #include "tt_metal/common/core_coord.hpp" -#include "eth_l1_address_map.h" #include "impl/buffers/buffer.hpp" #include "ttnn/tensor/tensor_impl.hpp" #include "ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_op.hpp" diff --git a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/all_gather_matmul_op.cpp b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/all_gather_matmul_op.cpp index 9016ceb4835..f5d120ef225 100644 --- a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/all_gather_matmul_op.cpp +++ b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/all_gather_matmul_op.cpp @@ -7,7 +7,6 @@ #include "ttnn/operations/math.hpp" #include "tt_metal/host_api.hpp" #include "ttnn/tensor/tensor_utils.hpp" -#include "eth_l1_address_map.h" #include "ttnn/operations/experimental/ccl/all_gather_matmul/device/all_gather_matmul_op.hpp" /* All Gather Matmul fusion includes */ diff --git a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/multi_core/all_gather_matmul_op_multi_core.cpp b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/multi_core/all_gather_matmul_op_multi_core.cpp index 8d07ea43099..52b5ebcd2f4 100644 --- a/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/multi_core/all_gather_matmul_op_multi_core.cpp +++ b/ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_matmul/device/multi_core/all_gather_matmul_op_multi_core.cpp @@ -5,7 +5,6 @@ #include #include "tt_metal/common/core_coord.hpp" -#include "eth_l1_address_map.h" #include "impl/buffers/buffer.hpp" #include "ttnn/tensor/tensor_impl.hpp" #include "ttnn/operations/ccl/all_gather/device/all_gather_op.hpp"