Skip to content

Commit b77b354

Browse files
committed
test_disasm
Compile support Link support gen bin success, but x1 hangs todo:segfault fix fix Enable Clean
1 parent daa8c28 commit b77b354

File tree

10 files changed

+634
-130
lines changed

10 files changed

+634
-130
lines changed

python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,9 @@ def run(self):
694694

695695

696696
package_data = {
697-
"triton/tools": ["compile.h", "compile.c"], **{f"triton/backends/{b.name}": b.package_data
698-
for b in backends}, "triton/language/extra": sum(
699-
(b.language_package_data for b in backends), [])
697+
"triton/tools": ["compile.h", "compile.c", "compile_xpu.h", "compile_xpu.cpp"],
698+
**{f"triton/backends/{b.name}": b.package_data
699+
for b in backends}, "triton/language/extra": sum((b.language_package_data for b in backends), [])
700700
}
701701

702702

0 commit comments

Comments
 (0)