tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
51 stars 7 forks source link

Opaquely call createTTIRtoTTNNPipeline instead of using Pipeline Lookup #446

Open vprajapati-tt opened 3 weeks ago

vprajapati-tt commented 3 weeks ago

Refer to python/Passes.cpp:30, need to call without using lookup. Interface with the options directly using a py::dict instead of having a string parser.