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

### Problem Description Getting a Core Dump trying to running Argmax operation using MigraphX EP in ONNX Runtime. Following is a short error trace: ``` [W:onnxruntime:Default, migraphx_execution_provider.cc:1298 compile_program] Model Compile:...

Under Investigation

The following fails verification: ```python p = migraphx.program() m = p.get_main_module() p_x = m.add_parameter("x", migraphx.shape(type="float_type", lens=[1, 1, 2])) x_1 = m.add_instruction(migraphx.op("pooling", padding=[1,2], stride=[1], lengths=[3], dilations=[1], count_include_pad=True), [p_x]) # migraphx.shape(type="float_type", lens=[1,...

Hi, I was trying to use [the rust bindings for onnxruntime (ort crate)](https://github.com/pykeio/ort) with with the [MIGraphX](https://github.com/ROCm/AMDMIGraphX/tree/develop) execution provider. I compiled onnxruntime library to support this execution provider using the...

This upgrades the version to c++23 for our source code and for kernels. We still cannot use newer std library features because sles uses gcc 7. - Update `any_cast` of...

enhancement

The API allows us to parse in onnx and tensor flow operators but we don't have a way to query the currently installed MIGraphX version to determine what operators or...

enhancement
onnx
onnxruntime
Onnx Operators

- [x] Understand the feedback and requirements - [x] Revert previous implementation that mixed flash decoding into attention finder - [x] Create separate `find_flash_decoding` finder struct - [x] Make it...

G+G fusion in rocMLIR supports optional elementwise fusion between gemms, and before/after either gemm. The current MIGraphX implementation has the elementwise op between gemms as required

**Summary** This PR creates and updates the onnx-model.yaml workflow to automate model zoo and onnx model testing. **Changes** Removed explicit gh_token input (no longer required to run this workflow). Cleaned...

### DOR (Definition of Ready) Ready ### Description rocMLIR doesn't support attention like kernels. eg. GEG, Attention, CEG if there is no associated wmma/mfma instruction for that dtype on the...