Skip to content

Commit

Permalink
remove check for single mmio
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Oct 18, 2024
1 parent 9134130 commit 0ac3d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/llrt/tt_cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void Cluster::open_driver(const bool &skip_driver_allocs) {

// Adding this check is a workaround for current UMD bug that only uses this getter to populate private metadata
// that is later expected to be populated by unrelated APIs
TT_FATAL(device_driver->get_target_mmio_device_ids().size() == 1, "Only one target mmio device id allowed.");
// TT_FATAL(device_driver->get_target_mmio_device_ids().size() == 1, "Only one target mmio device id allowed.");
} else if (this->target_type_ == TargetDevice::Simulator) {
device_driver = std::make_unique<tt_SimulationDevice>(sdesc_path);
}
Expand Down

0 comments on commit 0ac3d56

Please sign in to comment.