[BUILD] Add the missing triton/impl to setup.py (#1042)
This commit is contained in:
@ -173,7 +173,7 @@ setup(
|
|||||||
author_email="phil@openai.com",
|
author_email="phil@openai.com",
|
||||||
description="A language and compiler for custom Deep Learning operations",
|
description="A language and compiler for custom Deep Learning operations",
|
||||||
long_description="",
|
long_description="",
|
||||||
packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/runtime", "triton/ops/blocksparse"],
|
packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/impl", "triton/ops", "triton/runtime", "triton/ops/blocksparse"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"cmake",
|
"cmake",
|
||||||
"filelock",
|
"filelock",
|
||||||
|
Reference in New Issue
Block a user