Charlie Lin
Charlie Lin
* Need to sort the inputs into `select_module` alphabetically by name otherwise there's a possibility that they don't match later because of the `order` attribute of the parameters in the...
Allows squeeze to work on an axis with dynamic_dimension that intersects with `{1, 1}`. Needed to work with fully unknown dimensions `{0, max_int}`.
* Updates parsing of `Split` ONNX operator to support dynamic shapes for the case of no `split` attribute or input. * Should be possible to extend dynamic shape support to...
* Creates a ref onehot operator that handles dynamic shapes * New simplify matcher that replaces the new ref onehot operator with other ops and scatter * Refactored to use...
* Currently our fused instructions have names like `add_noop_concat_sigmoid`. This gives no information about the ordering or the number of inputs into the instruction. * We could instead rename the...
Allows for more cases of reshaping dynamic input shapes
Support for the models and current status can be seen at (AMD internal only): https://amdcloud-my.sharepoint.com/:x:/g/personal/charllin_amd_com/Ebf6_4jYgANDnx8_tUr3Y_4Bs4ULKjYLsNmQZWDiQOrO4w?e=v6OEYY&nav=MTVfezAwMDAwMDAwLTAwMDEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMH0
The format script we have MIGraphX no longer works with ROCm 6.1 because clang-format is no longer available with ROCm AFAIK. Need to fix the script and what clang-format version...
* Add some documentation for the gpu-driver tool