You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update finalize function for hipBLASLt to find tuned solution only when solution index is 0. (#3593)
Currently, finalize function runs tuning for all solution indices.
This PR modifies the function to run tuning only when
solution index is '0'. For all other solution indices, it runs validate.
This PR also fixes a bug in functionality of hipBLASLt validate function.
0 commit comments