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
Currently, any value for the "name" passed to get_{fwd,bwd_{data,filter}}_algorithm() (e.g., here) that is not "AUTOTUNE" will probably fail for one reason or another.
"HEURISTIC" will fail because this isn't supported in MIOpen. Other options will fail because MIOpen requires that their Find APIs be called, and we don't currently incorporate that when the algorithm is not "AUTOTUNE".
The text was updated successfully, but these errors were encountered:
I don't know that a solution to this will be back-ported into DistConv (it's not impossible, but not likely), but I wanted to document this here to ensure ongoing refactors do not hit the same pitfall.
Currently, any value for the "name" passed to
get_{fwd,bwd_{data,filter}}_algorithm()
(e.g., here) that is not"AUTOTUNE"
will probably fail for one reason or another."HEURISTIC" will fail because this isn't supported in MIOpen. Other options will fail because MIOpen requires that their
Find
APIs be called, and we don't currently incorporate that when the algorithm is not"AUTOTUNE"
.The text was updated successfully, but these errors were encountered: