Skip to content

[DistConv] MIOpen path through convolution algorithm selection #101

@benson31

Description

@benson31

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

Metadata

Metadata

Assignees

Labels

HIP/ROCMRelated to HIP/ROCm

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions