Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#0: Typo fix in TT distributed tech report #16308

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

omilyutin-tt
Copy link
Contributor

N/A

@@ -1016,18 +1016,18 @@ Below, we include snippets from both the TT-Mesh and TT-Metal examples to illust
MeshConfig mesh_config_0 = MeshConfig{.shape = virtual_mesh_shape, .offset = {0, 0}, .type=mesh_type};
MeshConfig mesh_config_1 = MeshConfig{.shape = virtual_mesh_shape, .offset = {0, 4}, .type=mesh_type};

DeviceHandle virtual_mesh_0 = CreateMeshDevice(mesh_config_0, 2 /* num_cqs */, DEFAULT_L1_SMALL_SIZE, DEFAULT_TRACE_REGION_SIZE, 1 /* num_command_queues */);
DeviceHandle virtual_mesh_1 = CreateMeshDevice(mesh_config_1, 2 /* num_cqs */, DEFAULT_L1_SMALL_SIZE, DEFAULT_TRACE_REGION_SIZE, 1 /* num_command_queues */);
DeviceHandle virtual_mesh_0 = CreateMeshDevice(mesh_config_0, DEFAULT_L1_SMALL_SIZE, DEFAULT_TRACE_REGION_SIZE, 1 /* num_command_queues */);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

num_cqs and num_command_queues were repeated. This version also aligns with the existing mesh device impl.

@@ -1070,7 +1070,7 @@ DeviceLocalLayoutConfig per_device_buffer_config {
ShardedBufferConfig distributed_buffer_config_virtual_mesh_0 {
.mesh_device = virtual_mesh_0;
.buffer_type = BufferType::DRAM,
.global_tensor_shape = global_tensor_shape,
.global_buffer_shape = global_buffer_shape,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the declaration earlier in the document.

@omilyutin-tt omilyutin-tt merged commit 8457be4 into main Dec 24, 2024
10 checks passed
@omilyutin-tt omilyutin-tt deleted the omilyutin/typos branch December 24, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant