Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename matmul/ to linalg_ops/, rebase IREE, add test workflow. #21

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

ScottTodd
Copy link
Member

Progress on #2.

  • Renamed top level matmul/ folder to linalg_ops/. We can put convolution (linalg) and attention (linalg_ext) tests under here too. Maybe other named ops or generics too.
  • Rebased on the latest IREE code, including flag renames (though we should drop usage of some flags and prefer to test the main user-facing options)
  • Added a workflow that goes through the instructions in linalg_ops/README.md and configured both workflows to run on push events in addition to the current triggers.

@ScottTodd ScottTodd marked this pull request as ready for review September 4, 2024 20:59
ctest \
--test-dir build/ \
-R iree-test-suites \
--label-exclude "^driver=vulkan$|^driver=metal$|^driver=cuda$|^driver=hip$"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason, we don't run on hip too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just using a standard GitHub runner with no GPU for this workflow. Latest, we can run these tests here on any runners we want and/or we can fetch the tests from the IREE repo and run there using code from PRs (see iree-org/iree#18291 for a proof of concept)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok cool, sounds good

Copy link
Contributor

@saienduri saienduri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@ScottTodd ScottTodd merged commit 03f10e9 into iree-org:main Sep 4, 2024
3 checks passed
@ScottTodd ScottTodd deleted the matmul-to-linalg branch September 4, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants