Skip to content

Commit

Permalink
Uplift third_party/tt-mlir to origin/main 2025-02-07 (#1179)
Browse files Browse the repository at this point in the history
This PR uplifts the third_party/tt-mlir submodule to the origin/main

---------

Co-authored-by: Predrag Ilkic <[email protected]>
  • Loading branch information
vmilosevic and pilkicTT authored Feb 7, 2025
1 parent 11080f6 commit 8baf3d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def build_forge(self, ext):
self.spawn(["cmake", "--build", str(build_dir)])
self.spawn(["cmake", "--install", str(build_dir)])

# NOTE: Workaround for regression in tt-mlir,
# Remove once tt-mlir#2129 is merged.
self.copy_tree(cwd / "lib", str(install_dir / "lib"))


with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit 8baf3d2

Please sign in to comment.