MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

[MHA] Implement MIOPEN_BACKEND_OPERATIONGRAPH_DESCRIPTOR in Graph API

Open scerzh opened this issue 11 months ago • 0 comments

The following descriptors are to be implemented.

MIOPEN_BACKEND_OPERATIONGRAPH_DESCRIPTOR

  • [x] C functions and tests
  • [ ] #2914

This descriptor should query pattern matcher for available solvers/engines capable of doing the requested calculations. The usercode chooses a solver/engine from the list, a read only attribute of the descriptor, and passes its index as an attribute to the next MIOPEN_BACKEND_ENGINE_DESCRIPTOR descriptor.

scerzh avatar Mar 24 '24 20:03 scerzh