Skip to content

Commit

Permalink
#0: test pcie_mesh_device fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfjchu committed Sep 30, 2024
1 parent e1f2f08 commit 3f3cd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def pcie_mesh_device(request, silicon_arch_name, silicon_arch_wormhole_b0, devic
ttnn.MeshShape(1, num_pcie_devices_requested),
dispatch_core_type=get_dispatch_core_type(),
**device_params,
physical_device_ids=device_ids[:num_pcie_devices_requested],
offset=(0, 1),
)

logger.debug(f"multidevice with {mesh_device.get_num_devices()} devices is created")
Expand Down

0 comments on commit 3f3cd44

Please sign in to comment.