AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

AMD's graph optimization engine.

Results 433 AMDMIGraphX issues
Sort by recently updated
recently updated
newest added

Running `tools/license_stamper.py` doesn't seem to be resolving the errors returned by `check_stamped.py` run by CI test. This commit [355bc3f](https://github.com/ROCm/AMDMIGraphX/pull/3222/commits/355bc3f4559e7423ca97f40ef99d9c415befc801) in my draft PR [here](https://github.com/ROCm/AMDMIGraphX/pull/3222) fails the licensing check with the...

Under Investigation

* During the migraphx graph optimizations introduction presentation I showed a situation where we could have used the distributive property of matrix multiplication to produce a more optimized graph then...

enhancement
Perf Improve

As pointed out in this discussion: https://github.com/ROCm/AMDMIGraphX/pull/3242#discussion_r1664091066 Creating a separate issue as this needs a proper testcase

bug

Many CNNs layers use padding (of 1) on their inputs, usually by adding 0s to the halo around the image size. Another way to pad (better in certain situations, but...

Modern software (e..g pytorch) use symbolic shapes, where the word symbol here is in the sense of sympy (i.e. supporting symbolic manipulations, and symbolic propagation. For example: Product of two...

https://github.com/ROCm/AMDMIGraphX/pull/3231 Disables JIT pooling tests in CI. Need to add a stage without MIOpen inside MIGraphX Jenkins

# Requirement : It's hard to debug rocMLIR issues right now because the trace variable is only effective during the final run, but not during the benchmarking/quick tuning stage, which...