Skip to content

Commit

Permalink
Migrate gtests from tt_eager to ttnn
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswinmcw committed Dec 3, 2024
1 parent 2c31478 commit be863a5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tt_eager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ add_library(test_eager_common_libs INTERFACE)
target_link_libraries(test_eager_common_libs INTERFACE test_common_libs)

set(TT_EAGER_TESTS_OPS
ops/ccl/test_ccl_commands.cpp
ops/ccl/test_ccl_helpers.cpp
ops/ccl/test_ccl_tensor_slicers.cpp
ops/ccl/test_ccl_reduce_scatter_host_helpers.cpp
ops/test_average_pool.cpp
ops/test_eltwise_binary_op.cpp
ops/test_eltwise_unary_op.cpp
Expand Down
4 changes: 4 additions & 0 deletions tests/ttnn/unit_tests/gtests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ set(TTNN_UNIT_TESTS_SRC
set(TTNN_CCL_UNIT_TESTS_SRC
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_erisc_data_mover_with_workers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_fabric_erisc_data_mover_loopback_with_workers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_ccl_commands.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_ccl_helpers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_ccl_tensor_slicers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/ccl/test_ccl_reduce_scatter_host_helpers.cpp
)

set(TTNN_TENSOR_UNIT_TESTS_SRC
Expand Down
File renamed without changes.

0 comments on commit be863a5

Please sign in to comment.