Skip to content

Commit

Permalink
delete stale/(now) invalid assert after recent update to use virtual … (
Browse files Browse the repository at this point in the history
#16313)

…coords

No associated issue. Stale code was identified and will fail if someone
builds in Debug or RelWithDebInfo build modes. Deleted the assert that
is no longer applicable because virtual coords usage will sprays keep Ethernet coordinates in the logical (virtual coordinate) space.
  • Loading branch information
SeanNijjar authored Jan 3, 2025
1 parent 30424ad commit 03a1c70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ static void set_reduce_scatter_worker_rt(
edm_noc_coord = ttnn::ccl::WorkerXY(
device->ethernet_core_from_logical_core(sender_edm).x,
device->ethernet_core_from_logical_core(sender_edm).y);
TT_ASSERT(edm_noc_coord.y == 0 || edm_noc_coord.y == 6);
edm_core_semaphore_address =
edm_interface_addresses.worker_sender_edm_semaphore_addresses.at(global_worker_index);
edm_core_buffer_address =
Expand Down

0 comments on commit 03a1c70

Please sign in to comment.