You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/xdsl/pattern_rewriter.py", line 802, in _process_worklist
self.pattern.match_and_rewrite(op, rewriter)
File "/usr/local/lib/python3.10/dist-packages/xdsl/pattern_rewriter.py", line 431, in impl
func(self, op, rewriter)
File "/repo/compiler/transforms/snax_copy_to_dma.py", line 369, in match_and_rewrite
assert lcb[-1].bound is not None
AssertionError
I found that the following code will trigger an assertion when using
snax-copy-to-dma
Will give the error:
Checked on 75f3193
The text was updated successfully, but these errors were encountered: