RadeonML
RadeonML copied to clipboard
rmlLoadGraph failed: Not Implemented Gather
I am working with the following onnx file:
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!
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