RadeonML icon indicating copy to clipboard operation
RadeonML copied to clipboard

rmlLoadGraph failed: Not Implemented Gather

Open eladmaimoni opened this issue 4 years ago • 1 comments

I am working with the following onnx file:

link

I successfully initialized rml context from an OpenCL command_queue and tried to build a graph. It fails due to the Gather nodes that are not implemented.

ERROR: Error parsing 46 (Gather): Not implemented: Gather

I have no problem executing this onnx on other frameworks such as onnxruntime. Though we would very much love this to work with OpenCL on our AMD GPUs on Windows.

Is this expected to work? and if not, will this be supported in the near future?

Thanks!

eladmaimoni avatar Sep 22 '20 16:09 eladmaimoni

Hi

Thanks for reporting this For now we don't support that operator. But we will add it onto our list of operator to support

Thanks

BenjaminCoquelle avatar Sep 30 '20 14:09 BenjaminCoquelle