Skip to content

Commit

Permalink
[tt-train] Fix broken build due to taskflow change (#16952)
Browse files Browse the repository at this point in the history
### What's changed
- Fixes broken build due to removal of taskflow submodule from tt-metal
  • Loading branch information
jaykru-tt authored Jan 22, 2025
1 parent a64a7e9 commit dcb4d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tt-train/cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ CPMAddPackage(
"XTENSOR_ENABLE_TESTS OFF"
)

CPMAddPackage(NAME taskflow GITHUB_REPOSITORY taskflow/taskflow GIT_TAG v3.7.0)

include(${PROJECT_SOURCE_DIR}/cmake/fetch_msgpack.cmake)

include(${PROJECT_SOURCE_DIR}/cmake/fetch_cli11.cmake)
1 change: 0 additions & 1 deletion tt-train/sources/ttml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if(NOT TARGET Metalium::Metal)
"$ENV{TT_METAL_HOME}"
"$ENV{TT_METAL_HOME}/tt_metal"
"$ENV{TT_METAL_HOME}/tt_metal/third_party/umd"
"$ENV{TT_METAL_HOME}/tt_metal/third_party/taskflow"
"$ENV{TT_METAL_HOME}/tt_metal/third_party/tracy/public"
"$ENV{TT_METAL_HOME}/tt_metal/hw/inc/wormhole"
"$ENV{TT_METAL_HOME}/tt_metal/hw/inc/wormhole/wormhole_b0_defines"
Expand Down

0 comments on commit dcb4d00

Please sign in to comment.