[PACKAGING] Include triton/language/libdevice.10.bc in package data (#582)
This commit is contained in:
@@ -141,7 +141,11 @@ setup(
|
|||||||
"filelock",
|
"filelock",
|
||||||
"torch",
|
"torch",
|
||||||
],
|
],
|
||||||
package_data={"triton/ops": ["*.c"], "triton/ops/blocksparse": ["*.c"]},
|
package_data={
|
||||||
|
"triton/ops": ["*.c"],
|
||||||
|
"triton/ops/blocksparse": ["*.c"],
|
||||||
|
"triton/language": ["*.bc"],
|
||||||
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
ext_modules=[CMakeExtension("triton", "triton/_C/")],
|
ext_modules=[CMakeExtension("triton", "triton/_C/")],
|
||||||
cmdclass={"build_ext": CMakeBuild},
|
cmdclass={"build_ext": CMakeBuild},
|
||||||
|
Reference in New Issue
Block a user