From 6cd617396aef110c7500380a964c72b5bca4d887 Mon Sep 17 00:00:00 2001 From: Sean Nijjar Date: Mon, 23 Dec 2024 19:43:18 +0000 Subject: [PATCH] add new CCL tests to nightly --- tests/nightly/t3000/test_new_all_gather.py | 1 + tests/nightly/t3000/test_reduce_scatter_async.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 tests/nightly/t3000/test_new_all_gather.py create mode 120000 tests/nightly/t3000/test_reduce_scatter_async.py diff --git a/tests/nightly/t3000/test_new_all_gather.py b/tests/nightly/t3000/test_new_all_gather.py new file mode 120000 index 000000000000..fbf09a2807e4 --- /dev/null +++ b/tests/nightly/t3000/test_new_all_gather.py @@ -0,0 +1 @@ +../../../tests/ttnn/unit_tests/operations/ccl/test_new_all_gather.py \ No newline at end of file diff --git a/tests/nightly/t3000/test_reduce_scatter_async.py b/tests/nightly/t3000/test_reduce_scatter_async.py new file mode 120000 index 000000000000..ec60952b79b9 --- /dev/null +++ b/tests/nightly/t3000/test_reduce_scatter_async.py @@ -0,0 +1 @@ +../../../tests/ttnn/unit_tests/operations/ccl/test_reduce_scatter_async.py \ No newline at end of file