-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[XPU] support op builder from intel_extension_for_pytorch kernel path #5425
Conversation
@loadams @mrwyattii Hi, could you help to trigger a CI for this PR? thanks! |
Done @YizhouZ - could you run the pre-commit formatter to pass the formatting check? Thanks |
Fixed! Could you run it again? Thanks. |
thanks! could you help to trigger CI? |
#Motivation
From our next release, xpu DeepSpeed related kernels would be put into intel_extension_for_pytorch. This PR is to add new op builders and use kernel path from intel_extension_for_pytorch. More ops like MOE and WOQ will be added.