Skip to content

Commit

Permalink
#0: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cfjchu committed Jan 21, 2025
1 parent 5fe1e02 commit 5968a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/distributed/mesh_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ std::shared_ptr<MeshBuffer> MeshBuffer::create(
}},
mesh_buffer_config);

// Rely on the single device allocator to provide the address for the entire mesh buffer.
// Rely on the MeshDevice allocator to provide the address for the entire mesh buffer.
std::shared_ptr<Buffer> backing_buffer = Buffer::create(
mesh_device,
/*address=*/address.value_or(0),
Expand Down

0 comments on commit 5968a64

Please sign in to comment.