Scott Todd
Scott Todd
We can also add test coverage for `-DIREE_TRACING_PROVIDER=console` on CI: https://github.com/openxla/iree/blob/c02b89e3c7e22eff009fc318132b5ed3fe9a2d97/.github/workflows/ci.yml#L655-L682 https://github.com/openxla/iree/blob/main/build_tools/cmake/build_tracing.sh (ugh, I'm tempted to inline / refactor those scripts... annoying having them separate from the workflows and wrapped...
> Looks we are missing `iree_tracing_time` definition in the `console` provider. The `tracy` provider, which is the default and commonly used, has it. Needs something like https://github.com/wolfpld/tracy/blob/master/public/client/TracyProfiler.hpp#L194 The Vulkan driver...
> We're going to need a better Python version testing story soon. Currently we test the oldest version in regular CI and leave later versions to release. This has been...
> If we better modularized the python build, we could re-arrange the PkgCI into a step to build the native dev packages sans Python on big CPU runners. Not sure...
Executable sources are what (currently) augment Tracy, yes. `-files-to` is a meta flag that also outputs other files too (easier to use if you just want all the data). Note...
I can't edit your comment, but the source for that glossary page is here: https://github.com/llvm/mlir-www/blob/main/website/content/getting_started/Glossary.md
> constEval Not sure if there is an upstream MLIR version of this, but IREE's is documented here: https://iree.dev/reference/optimization-options/#constant-evaluation-iree-opt-const-eval-on > Signedness (would love to know where in the pipeline do...
I'm not sure how current the `transform_dialect` directory is relative to the main IREE repository, but yes - that flag was changed: ``` ~/code/iree$ git log -S "iree-flow-enable-aggressive-fusion" commit bb1f986d5014be71bc38377a8ba5cefa5cf2a5d8...
> https://github.com/openxla/openxla-pjrt-plugin is the right way to use JAX+IREE. The PJRT plugin is one way to use JAX+IREE, mostly for JIT scenarios from Python. This repository is another way, with...
Yeah. Without this we get different failures on CI and locally like https://github.com/iree-org/iree/issues/16814. This will need a rebase and some more testing though, so we could close it and delete...