Skip to content

Commit

Permalink
#0: Split conv and matmul into cpp+hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt authored and mywoodstock committed May 23, 2024
1 parent 8737d2e commit 02f64c6
Show file tree
Hide file tree
Showing 5 changed files with 740 additions and 606 deletions.
3 changes: 3 additions & 0 deletions ttnn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set(TTNN_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/cpp/ttnn/async_runtime.cpp
${CMAKE_CURRENT_SOURCE_DIR}/cpp/ttnn/op_library/binary/binary_op.cpp
${CMAKE_CURRENT_SOURCE_DIR}/cpp/ttnn/op_library/to_layout/to_layout_op.cpp
${CMAKE_CURRENT_SOURCE_DIR}/cpp/ttnn/operations/conv2d.cpp
${CMAKE_CURRENT_SOURCE_DIR}/cpp/ttnn/operations/matmul.cpp

)
add_library(ttnn_lib OBJECT ${TTNN_SRCS})
target_compile_options(ttnn_lib PUBLIC -MP -Wno-int-to-pointer-cast -fno-var-tracking)
Expand Down
Loading

0 comments on commit 02f64c6

Please sign in to comment.