onnxruntime
onnxruntime copied to clipboard
Add Linux ROCm CI Pipeline
Description
- Add new ROCm CI pipeline (
Linux ROCm CI Pipeline) focusing on inference. - Resolve test errors; disable flaky tests.
based on test PR #21614.
It takes about 3 hours. Could it be faster? Why the code compilation takes about 2 hours?
It takes about 3 hours. Could it be faster? Why the code compilation takes about 2 hours?
Compiling composable kernel takes most of the time.
I specified the arch as MI200's gfx90a to reduce compile time (on the orttraing-amd-ci pipeline build time is ~3 hrs.). And some tests (like kernel explorer) are copied here from the training pipeline. Should this one be enabled, I will try removing duplicates between them.
Thanks @snnn, @PeixuanZuo!