Skip to content

Commit

Permalink
#9767: use reflect library to hash binary op attributes and to iterat…
Browse files Browse the repository at this point in the history
…e over tensor types
  • Loading branch information
arakhmati committed Jun 28, 2024
1 parent 1c28c90 commit 0d67d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
enable_testing()
include(GoogleTest)
add_library(test_common_libs INTERFACE)
target_link_libraries(test_common_libs INTERFACE pthread gtest gtest_main test_common_libs)
target_link_libraries(test_common_libs INTERFACE pthread gtest gtest_main)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tt_metal/tt_metal)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tt_eager)
Expand Down

0 comments on commit 0d67d1b

Please sign in to comment.