ROCm / AMDMIGraphX

AMD's graph optimization engine.
https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/
MIT License
183 stars 84 forks source link

Add Onnxruntime parity checks into MIGraphX CI #1935

Open TedThemistokleous opened 1 year ago

TedThemistokleous commented 1 year ago

Need to identify when code changes break parity changes with onnxruntime's code changes for their parity operations which are used in DeepLearning Models

Add a CI stage as part of onnxruntime run in parallel to CI unit tests, to determine if MIGraphX changes break DLM related checks/tests

We're already building onnxruntime we just need to add support to build the python wheel as well as support for the current libraries we're pulling that DLM uses.

This should give us a heads up between

TedThemistokleous commented 1 year ago

Just needs to pass review now

TedThemistokleous commented 11 months ago

Still in review. Seeing failures due to Jenkins changes. Moving to current sprint

TedThemistokleous commented 10 months ago

Will handle this in next Innovation day. Target with other CI changes to Onnxrt since we're trying to reduce workloads through CI right now.

Onnxrt seems to be a blocker when using vega nodes.