Skip to content

Commit

Permalink
#14581: Remove deprecated UMD API host_addr_params (#14774)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Nov 6, 2024
1 parent 5a49af8 commit 936cd2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tt_metal/llrt/tt_cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ void Cluster::open_driver(const bool &skip_driver_allocs) {
device_driver->configure_active_ethernet_cores_for_mmio_device(mmio_device_id, {});
}
}
device_driver->set_driver_host_address_params(host_address_params);
device_driver->set_driver_eth_interface_params(eth_interface_params);

// Adding this check is a workaround for current UMD bug that only uses this getter to populate private metadata
Expand Down
4 changes: 0 additions & 4 deletions tt_metal/llrt/tt_cluster.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "common/metal_soc_descriptor.h"
#include "common/test_common.hpp"
#include "common/tt_backend_api_types.hpp"
#include "host_mem_address_map.h"
#include "third_party/umd/device/device_api_metal.h"
#include "tt_metal/third_party/umd/device/tt_cluster_descriptor.h"
#include "tt_metal/third_party/umd/device/tt_xy_pair.h"
Expand Down Expand Up @@ -298,9 +297,6 @@ class Cluster {
(uint32_t)eth_l1_mem::address_map::FW_VERSION_ADDR,
};

tt_driver_host_address_params host_address_params = {
host_mem::address_map::ETH_ROUTING_BLOCK_SIZE, host_mem::address_map::ETH_ROUTING_BUFFERS_START};

tt_driver_eth_interface_params eth_interface_params = {
NOC_ADDR_LOCAL_BITS,
NOC_ADDR_NODE_ID_BITS,
Expand Down

0 comments on commit 936cd2d

Please sign in to comment.