Add lit dependency (#9)

This commit is contained in:
Keren Zhou
2022-07-24 19:14:52 -07:00
committed by GitHub
parent a633d2b403
commit 7eda373a12

View File

@@ -140,6 +140,7 @@ setup(
"cmake", "cmake",
"filelock", "filelock",
"torch", "torch",
"lit",
], ],
package_data={"triton/ops": ["*.c"], "triton/ops/blocksparse": ["*.c"]}, package_data={"triton/ops": ["*.c"], "triton/ops/blocksparse": ["*.c"]},
include_package_data=True, include_package_data=True,