Skip to content

Commit

Permalink
Using tt fork of torch-mlir
Browse files Browse the repository at this point in the history
  • Loading branch information
LPanosTT committed Feb 21, 2025
1 parent 9c4f3bf commit 26a6d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

set(TT_MLIR_VERSION "625e478da24235d1aa236df10eccaa85d605470f")
set(TORCH_MLIR_VERSION "98b6aee9f5c797c519b353de7bd580241d812cf5")
set(TORCH_MLIR_VERSION "a265d283357f572c5437f9217ea85fa9770d374c")

if (BUILD_TOOLCHAIN)
cmake_minimum_required(VERSION 3.20)
Expand Down Expand Up @@ -106,7 +106,7 @@ else()

GIT_SUBMODULES "externals/stablehlo"
GIT_PROGRESS ON
GIT_REPOSITORY https://github.com/llvm/torch-mlir.git
GIT_REPOSITORY https://github.com/tenstorrent/llvm-torch-mlir.git
GIT_TAG ${TORCH_MLIR_VERSION}
)

Expand Down

0 comments on commit 26a6d9d

Please sign in to comment.