-
Notifications
You must be signed in to change notification settings - Fork 75
[release/2.6] unittest fixes #2525
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
Conversation
|
Jenkins build for b360c6e5fc98b356d1bbd90ac0c9ca3957bcf9cf commit finished as FAILURE |
|
Jenkins build for eebde3bd1406a0c90462af66ef996913205c7fab commit finished as FAILURE |
eebde3b to
5a46681
Compare
|
Jenkins build for e299809adbee1eb97154f1bd942e7b383d6ac7e4 commit finished as NOT_BUILT |
84a0b07 to
0269a39
Compare
0269a39 to
e299809
Compare
|
Jenkins build for e299809adbee1eb97154f1bd942e7b383d6ac7e4 commit finished as FAILURE |
jithunnair-amd
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.
LGTM, but please address upstreaming comments and take appropriate action as needed.
Fixes SWDEV-546357
torch.cuda.is_tf32_supported Is NOT public - Fixed by adding is_tf32_supported to __all__[]
AssertionError: Tensor-likes are not close! - Fixed by expecting AssertionError if ROCm
RuntimeError: "index_cuda" not implemented for 'Float8_e8m0fnu' - fixed by converting to float16 for str(tensor) (like other fp8's)
OverflowError: Python integer 128 out of bounds for int8 - Fixed by skipping if numpy >=2.1
AssertionError: Tensor-likes are not equal! - Fixed by tolerance adjusting for MI350
ValueError: grad_value Test error is greater than threshold - fixed by adjusting fudge_factors['grad_value'] for MI350
RuntimeError: Cannot sort dimension of length 8192 - fixed and renamed to test_sort_large_cuda_float16