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
hipblaslt_ext::getAllAlgos returns algos which can then be validated using hipblaslt_ext::matmulIsAlgoSupported. For some cases, all the algos returned are invalid.
This seems to be an issue that hipBLASLt team needs to look into. Collect such cases and logs for hipBLASLt team to look into.
The text was updated successfully, but these errors were encountered:
ahsan-ca
changed the title
hipblaslt_ext::getAllAlgos returns algos none of which are supported
hipblaslt_ext::getAllAlgos returns solutions, none of which are supported
Dec 18, 2024
On bert-base-cased, we hit the issue of getAllAlgos() returning all invalid solutions, only when we disable MLIR. With MLIR enabled, we do not hit this issue.
I have opened a ticket for this issue against hipBLASLt.
This is a standard behavior. getall means to get all the solutions, and when that solution is valid
for a certain size, checked by issuppoted then call matmul.
hipblaslt_ext::getAllAlgos
returns algos which can then be validated usinghipblaslt_ext::matmulIsAlgoSupported
. For some cases, all the algos returned are invalid.This seems to be an issue that hipBLASLt team needs to look into. Collect such cases and logs for hipBLASLt team to look into.
The text was updated successfully, but these errors were encountered: