Skip to content

Commit

Permalink
#0: Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-dma committed Dec 20, 2024
1 parent 1c861f5 commit afcc1bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tt_metal/impl/device/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2831,13 +2831,6 @@ void Device::configure_command_queue_programs_new() {
pointers[host_completion_q_wr_ptr / sizeof(uint32_t)] = (cq_start + this->sysmem_manager_->get_issue_queue_size(cq_id) + get_absolute_cq_offset(channel, cq_id, cq_size)) >> 4;
pointers[host_completion_q_rd_ptr / sizeof(uint32_t)] = (cq_start + this->sysmem_manager_->get_issue_queue_size(cq_id) + get_absolute_cq_offset(channel, cq_id, cq_size)) >> 4;

log_warning(
"Sysmem: Addr={:#08x} - {:#08x} {:#08x} {:#08x} {:#08x}",
get_absolute_cq_offset(channel, cq_id, cq_size),
pointers[host_issue_q_rd_ptr / sizeof(uint32_t)],
pointers[host_issue_q_wr_ptr / sizeof(uint32_t)],
pointers[host_completion_q_wr_ptr / sizeof(uint32_t)],
pointers[host_completion_q_rd_ptr / sizeof(uint32_t)]);
tt::Cluster::instance().write_sysmem(pointers.data(), pointers.size() * sizeof(uint32_t), get_absolute_cq_offset(channel, cq_id, cq_size), mmio_device_id, get_umd_channel(channel));
}
}
Expand Down

0 comments on commit afcc1bd

Please sign in to comment.