onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

Add Linux ROCm CI Pipeline

Open mindest opened this issue 1 year ago • 2 comments

Description

  • Add new ROCm CI pipeline (Linux ROCm CI Pipeline) focusing on inference.
  • Resolve test errors; disable flaky tests.

based on test PR #21614.

mindest avatar Aug 20 '24 02:08 mindest

It takes about 3 hours. Could it be faster? Why the code compilation takes about 2 hours?

snnn avatar Aug 27 '24 18:08 snnn

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.

mindest avatar Aug 28 '24 05:08 mindest

Thanks @snnn, @PeixuanZuo!

mindest avatar Aug 30 '24 06:08 mindest