We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0946015 commit b93befcCopy full SHA for b93befc
python/src/ir.cc
@@ -1785,7 +1785,6 @@ void init_triton_ir(py::module &&m) {
1785
if (haveDump) {
1786
context->disableMultithreading();
1787
auto printingFlags = getOpPrintingFlags();
1788
- printingFlags.elideLargeElementsAttrs(16);
1789
auto printAlways = [funcToDump](Pass *, Operation *op) -> bool {
1790
if (funcToDump.empty())
1791
return true;
0 commit comments