Paul Fultz II
Paul Fultz II
This broke deploying docs to github pages. We dont want to add the build directory to git for github pages nor do we want to add the build directory when...
This is necessary to build hip with rocclr.
We were not propagating the dominators for single input instructions, which caused us to miss some dominators.
rocgdb is not supported on 22.04. This works around the issue by installing the older python version used on ubuntu 20.04(the newer python is still install in the dockerfile).
This fixes a bug with inner_broadcast and improves the handling for more cases. For the simple cases with the same broadcasts and dimension, it will just insert the broadcasting afterwards....
This will fuse the inputs but only when using the `MIGRAPHX_ENABLE_MLIR_INPUT_FUSION` env variable.
Currently, we add parameters with names `x1`, `x2`, ... , `x9`, `x10`. When we sort them `x10` will come after `x1` instead of at the end. This updates the `param_name`...