Rolf Morel

Results 5 issues of Rolf Morel

I have the following use case that works well in `ranger` but cannot seem to get working in `lf`. > I have a directory of files/dirs that need processing. I...

#939 removed the lines of the README regarding being able to build TableGen-derived documentation. The issue is that the `mlir-doc` target is broken at the moment. We should investigate the...

low-priority

E.g. ```bash (echo "module {"; cat ../test/Integration/matmul_48x64x96.mlir; echo "}"; bin/tpp-opt.py) | bin/tpp-opt -load-tpp-dialects -transform-interpreter ``` If we want to use the transform-interpreter as a pass, we need load-tpp-dialects due to...

This transform op allows for invoking an external handler routine which can, for example, implement an analysis or transform in whichever way - and programming language - is convenient. This...