Skip to content

Commit

Permalink
#0: Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswinmcw committed Oct 1, 2024
1 parent c1f11a4 commit ea0e2f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/ttnn/unit_tests/operations/test_all_gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def run_all_gather_on_n300_impl(
mem_config,
use_program_cache,
function_level_defaults,
all_gather_topology,
all_gather_topology=all_gather_topology,
num_iters=num_iters,
enable_async=enable_async,
)
Expand Down Expand Up @@ -253,7 +253,7 @@ def run_all_gather_on_t3000_impl(
mem_config,
use_program_cache,
function_level_defaults,
all_gather_topology,
all_gather_topology=all_gather_topology,
num_iters=num_iters,
enable_async=enable_async,
)
Expand Down Expand Up @@ -285,7 +285,7 @@ def run_all_gather_on_t3000_impl_tight_loop(
mem_config,
use_program_cache,
function_level_defaults,
all_gather_topology,
all_gather_topology=all_gather_topology,
num_iters=num_iters,
enable_async=enable_async,
)
Expand Down Expand Up @@ -463,7 +463,7 @@ def test_all_gather_on_t3000_nightly_commit_looping_4chip_ring(
mem_config,
use_program_cache,
function_level_defaults,
all_gather_operation=ttnn.all_gather,
all_gather_topology=ttnn.Topology.Ring,
num_iters=num_iters,
enable_async=enable_async,
)
Expand Down Expand Up @@ -512,7 +512,7 @@ def test_all_gather_on_t3000_post_commit_for_profiler_regression(
mem_config,
use_program_cache,
function_level_defaults,
all_gather_operation=ttnn.all_gather,
all_gather_topology=ttnn.Topology.Ring,
)


Expand Down

0 comments on commit ea0e2f4

Please sign in to comment.