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".