Implementing OpenCL backend #18540
Unanswered
artyom-beilis
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm developer of the dlprimitives - opencl implementation of neural network. It also has some basic ONNX support and I tested it on many detection networks.
However implementing full implementation of ONNX backend is rather complicated. I've seen that it is possible to integrate with ONNXRuntime and I wonder what benefits I can have.
There are lots of operators to implement and I wonder if ONNX Runtime can help me with
If so is there a "minimal" set of operators to implement to get it running?
Beta Was this translation helpful? Give feedback.
All reactions