Skip to content

Commit

Permalink
Uplift mlir; add shardy to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgligorijevicTT committed Jan 28, 2025
1 parent ad10ac6 commit 8dfe166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ target_include_directories(TTPJRTCommon PUBLIC
${PROJECT_SOURCE_DIR}/third_party/tt-mlir/src/tt-mlir/include
${PROJECT_SOURCE_DIR}/third_party/tt-mlir/src/tt-mlir/runtime/include
${PROJECT_SOURCE_DIR}/third_party/tt-mlir/src/tt-mlir-build/stablehlo/
${PROJECT_SOURCE_DIR}/third_party/tt-mlir/src/tt-mlir-build/shardy/
${TTMLIR_TOOLCHAIN_DIR}/include
${TTMLIR_TOOLCHAIN_DIR}/src/stablehlo
${TTMLIR_TOOLCHAIN_DIR}/src/shardy
)

set(STABLEHLO_LIBS
Expand Down Expand Up @@ -98,6 +100,8 @@ StablehloReferenceAxes
StablehloReferenceNumPy
StablehloReferenceScope
StablehloReferenceValue
SdyDialect
SdyRegister
)

target_link_libraries(TTPJRTCommon PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#

set(TT_MLIR_VERSION "ad93092841542d104b8bacba6b92d97678ccd94e")
set(TT_MLIR_VERSION "73efb5cd3e25215d3ee23c5af39c0b5dfe200a28")
set(LOGURU_VERSION "4adaa185883e3c04da25913579c451d3c32cfac1")

if (TOOLCHAIN STREQUAL "ON")
Expand Down

0 comments on commit 8dfe166

Please sign in to comment.