-
Notifications
You must be signed in to change notification settings - Fork 31.3k
extend fp_quant cases to xpu #41833
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
extend fp_quant cases to xpu #41833
Conversation
Signed-off-by: Yao, Matrix <matrix.yao@intel.com>
ydshieh
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.
XPU!
| """ | ||
|
|
||
| quantization_config = cls.getQuantizationConfig() | ||
| cls.quantization_config = cls.getQuantizationConfig() |
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.
maybe @SunMarc could have a second look here.
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
|
@SunMarc , could you pls take a look? Thx very much. |
SunMarc
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.
Thanks for extending this to XPU
|
[For maintainers] Suggested jobs to run (before merge) run-slow: fp_quant_integration |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
* extend fp_quant UTs to xpu Signed-off-by: Yao, Matrix <matrix.yao@intel.com> * fix style Signed-off-by: Yao, Matrix <matrix.yao@intel.com> * Update tests/quantization/fp_quant_integration/test_fp_quant.py Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> --------- Signed-off-by: Yao, Matrix <matrix.yao@intel.com> Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com>
w/ FP-Quant PR IST-DASLab/FP-Quant#11 merged, all pseudoquant cases pass with triton kernel on XPU. For next-gen XPU which support native mxfp4/nvfp4, will upstream once they are ready. @ydshieh, pls help review, thx very much.