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 186b416 commit 24a9fd4Copy full SHA for 24a9fd4
src/pydsl/compiler.py
@@ -228,10 +228,6 @@ class ToMLIR(ToMLIRBase):
228
interceptor_stack = []
229
context_stack = []
230
catch_comp_error: bool = True
231
- """
232
- The last chain of attributes evaluated. This needs to be stored for cases
233
- where it is needed by method calls that require self or cls.
234
235
236
# Results are cached because visiting a node multiple times can result in
237
# MLIR programs being generated multiple times
0 commit comments