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

Add automatic tests using GitHub actions and fix all encountered bugs #192

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

RSchwan
Copy link
Contributor

@RSchwan RSchwan commented Feb 11, 2025

This is a follow-up on issue #187 . I adopted the CI tests in thetests folder for GitHub actions, compiling and running the tests on Linux and macOS both for amd64 and arm64. The latest run with all tests passing can be found here.

Running the test revealed some bugs which I directly took the liberty to fix. This includes a bug in the dgemm kernel for the X64_INTEL_SANDY_BRIDGE target and arm targets. I also fixed the kernel calling conventions on arm macOS for the single precision kernels and got rid of the x18 register in the correct places.

I also disabled that getrf test since they were failing due to different row pivots. I guess they are not necessary unique?

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.

1 participant