[Release/2.4] Remove amax_ptr from scaled_gemm for UT test_scaled_mm_vs_emulated_*float*_cuda and Updating unit test case based on removing amax from _scaled_mm #1762
Conversation
…comparison in the unit test, removing skip rocm decorator with cherry pick of 3ea3914
|
Jenkins build for 9e9eab378eff7d6c0e6abb8d7394bb404c89d506 commit finished as FAILURE Detected error during Pytorch building: |
|
Jenkins build for 9e9eab378eff7d6c0e6abb8d7394bb404c89d506 commit finished as FAILURE Detected error during Pytorch building: |
|
Jenkins build for 9e9eab378eff7d6c0e6abb8d7394bb404c89d506 commit finished as FAILURE Detected error during Pytorch building: |
|
Jenkins build for 9e9eab378eff7d6c0e6abb8d7394bb404c89d506 commit finished as FAILURE Detected error during Pytorch building: |
|
Jenkins build for 9e9eab378eff7d6c0e6abb8d7394bb404c89d506 commit finished as FAILURE Detected error during Pytorch building: |
|
!cherry-pick --onto release/2.5 |
|
Created branch release/2.5_cherry-pick_pr-1762 and #1796. It contains a merge conflict. Please resolve it |
…vs_emulated_*float*_cuda and Updating unit test case based on removing amax from _scaled_mm (#1762) Fixes ROCm/frameworks-internal#8493 and ROCm/frameworks-internal#10198 cherry pick commit - 39a6179 `amax was removed from _scaled_mm by pytorch#128683. Remove it from the internal at::cuda::blas::scaled_gemm, as well. This allows hipBLASLt to find additional solutions rather than forcing amax to be used and then discarding the result.` Also removing amax comparison in the unit test.
Fixes https://github.com/ROCm/frameworks-internal/issues/8493 and https://github.com/ROCm/frameworks-internal/issues/10198
cherry pick commit - 39a6179
amax was removed from _scaled_mm by pytorch#128683. Remove it from the internal at::cuda::blas::scaled_gemm, as well. This allows hipBLASLt to find additional solutions rather than forcing amax to be used and then discarding the result.Also removing amax comparison in the unit test.