-
Notifications
You must be signed in to change notification settings - Fork 30
Test all multiply kernels in CI #292
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
Conversation
|
I hope this makes more sense now that I've also removed the files of |
It will get set by the GHA workflow instead
|
Following on from our meeting today, are we ok to merge this? @davidbowler |
|
Yes, I think so - but why are we removing the OpenMP directives in the |
davidbowler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine to go though I'd like to understand the change in ompDoji
|
Yes, OpenMP directives that were removed were redundant because the parallel region has been moved to |
Closes #270
Also contains bug fixes to multiply kernels discovered during testing.
By default the CI workflow only runs the default multiply kernel and excludes the rest, but you can dispatch the workflow manually and set multiply_kernel_test = true to run all the multiply kernels in the matrix. Unfortunately this is difficult to test until the change is in the default branch because of how the GitHub GUI works. You used to be able to manually dispatch from branches using the CLI, but the information seems to be gone from the page so it might have been removed.