-
Notifications
You must be signed in to change notification settings - Fork 56
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
[TEST] Fix test_matmul.py
failures
#3307
Comments
test_matmul.py::test_mxfp
test_matmul.py::test_mxfp
and test_blocked_scale_mxfp
test_matmul.py::test_mxfp
and test_blocked_scale_mxfp
test_matmul.py::test_mxfp
and test_matmul.py::test_blocked_scale_mxfp
test_matmul.py::test_mxfp
and test_matmul.py::test_blocked_scale_mxfp
test_matmul.py
failures
Please also fix |
The tests fail with:
The root cause - both LHS and RHS scale is not supported here and here. The implementation also depends on UpcastMXFPOp that does not support RHS scale and has also been removed upstream. To proceed with a fix, the upstream changes should be applied first. |
The both RHS and LHS scaling will be supported by #3607. |
@LiyangLingIntel There are also element mismatch failures. Could it be caused by the new implementation? |
I'm not quite sure about the root cause. Basically the new implementation has passed |
More tests to support ( |
Merged in #3302.
Fix
test_mxfp
,test_blocked_scale_mxfp
,test_lhs_in_tmem_mxfp
, andtest_block_scale_fp4
.The text was updated successfully, but these errors were encountered: