-
Notifications
You must be signed in to change notification settings - Fork 245
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 GitHub CI for Intel GPU #536
base: main
Are you sure you want to change the base?
Conversation
Is this ready to merge? How to enable our project to find linux-max1550-gpu-8? Do we need to give you some api key? |
Yes, the code is ready to merge. But we still need to configure the self-hosted runner for Liger-Kernel Repo. Maybe @hebiao064 can help with that? |
We also need to merge this PR first #498 to make the CI green on XPU, since the issue on triton-xpu might take some time to get fixed (see intel/intel-xpu-backend-for-triton#3237). |
Thank you! Just merged #498. And @hebiao064 will work with you on setting on self-hosted runner! |
Summary
This PR adds the dependencies for using liger-kernel on XPU and adds the workflow.yml.
Testing Done
Test done on local XPU machine. To make all tests pass, we need to first merge PR #535 first.
make test
to ensure correctnessmake checkstyle
to ensure code stylemake test-convergence
to ensure convergence