diff --git a/pybuda/csrc/CMakeLists.txt b/pybuda/csrc/CMakeLists.txt index 4d791bc3d..04f2ca7ad 100644 --- a/pybuda/csrc/CMakeLists.txt +++ b/pybuda/csrc/CMakeLists.txt @@ -58,7 +58,7 @@ add_dependencies(ttforge_csrc_objs build_tt_mlir) ######## ttforge_csrc ######## -set(TTMLIR_LIB_DIR "${CMAKE_SOURCE_DIR}/third_party/tt-mlir/build/lib") +set(TTMLIR_LIB_DIR "${CMAKE_SOURCE_DIR}/third_party/tt-mlir/build/lib/SharedLib") set(TTRUNTIME_LIB_DIR "${CMAKE_SOURCE_DIR}/third_party/tt-mlir/build/runtime/lib") set(METAL_LIB_DIR "${CMAKE_SOURCE_DIR}/third_party/tt-mlir/third_party/tt-metal/src/tt-metal-build/lib") set(TORCH_LIB_DIR "${TTFORGE_VENV_DIR}/lib/${TTFORGE_PYTHON_VERSION}/site-packages/torch/lib") @@ -84,25 +84,9 @@ target_link_libraries(ttforge_csrc PRIVATE # NOTE: ordering of the libraries will affect the linking LLVM MLIR - TTNNTargetFlatbuffer - MLIRTTDialect - MLIRTTIRDialect - MLIRTTNNDialect - MLIRTTKernelDialect - MLIRTTMetalDialect - MLIRTTIRTransforms - MLIRTTNNTransforms - MLIRTTIRAnalysis - MLIRTTNNPipelines - TTMLIRTTNNToEmitC - TTRuntime - TTRuntimeTTNN - TTMLIRTTIRToTTNN - tt_metal - device - tt_eager - ttnn - flatbuffers + + TTMLIR + xml2 curses z diff --git a/third_party/tt-mlir b/third_party/tt-mlir index 8c03476ad..c0bc2692e 160000 --- a/third_party/tt-mlir +++ b/third_party/tt-mlir @@ -1 +1 @@ -Subproject commit 8c03476ad5a436ef115e45e6a9815d82557ee6b0 +Subproject commit c0bc2692ed47bb7f3f32c95bec048ce1174f131b