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

### DOR (Definition of Ready) Ready. ### Description * Need to support `E8M0` type for better handling of MX block scales in MIGX. * Current `generic_float` implementation doesn't allow for...

### DOR (Definition of Ready) ready ### Description The purpose of this ticket is to try the tiled mfma-friendly layout POC from rocmlir (branch: mfma_layout_migraphx_integration). ## Layout explanation The idea...

## Motivation Fixes an issue I was seeing with multi outptut fusions. Multi output would generate additional outputs and blow up so to speak for certain models and was causing...

bugfix
simple
Perf Improve

Currently, g+g fusion is enabled by a user switch. We need to change this to automatically decide when to apply this fusion based on what the nodes look like; i.e....

### DOR (Definition of Ready) Ready ### Description rocMLIR can support some output fusions if perfConfig is a split-k. https://github.com/ROCm/rocMLIR-internal/issues/1664 rocMLIR can fuse these kind of functions: f(x+y) = f(x)...

Perf Improve

### DOR (Definition of Ready) No extra preparations are needed. 'SplitToSequence' is a documented ONNX operator. ### Description FLUX model requires MIGraphX to support 'SplitToSequence' ONNX operator since 'diffusers' version...

onnx
Onnx Operators
Example Model

### DOR (Definition of Ready) When rocm 7.0 is released and MIGraphX CI build is updated for it. ### Description Update the pack_fp4 and unpack_fp4 GPU kernels to use the...

enhancement
MXFP4

## Motivation Given a heuristic parsing solution for AddN op when trying to parse tf and support the concat op when having the mix shapes ## Technical Details Change the...

enhancement
bugfix