Skip to content

Commit

Permalink
Add lit dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeren authored Jul 25, 2022
1 parent a633d2b commit 7eda373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def build_extension(self, ext):
"cmake",
"filelock",
"torch",
"lit",
],
package_data={"triton/ops": ["*.c"], "triton/ops/blocksparse": ["*.c"]},
include_package_data=True,
Expand Down

0 comments on commit 7eda373

Please sign in to comment.