Skip to content

Commit b93befc

Browse files
authored
[BACKEND] Do not elide element attributes when printing IRs (#6444)
Otherwise we may see tokens like `dense<__elided__>`
1 parent 0946015 commit b93befc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/src/ir.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,6 @@ void init_triton_ir(py::module &&m) {
17851785
if (haveDump) {
17861786
context->disableMultithreading();
17871787
auto printingFlags = getOpPrintingFlags();
1788-
printingFlags.elideLargeElementsAttrs(16);
17891788
auto printAlways = [funcToDump](Pass *, Operation *op) -> bool {
17901789
if (funcToDump.empty())
17911790
return true;

0 commit comments

Comments
 (0)