Implementing OpenCL backend #18540
Unanswered
artyom-beilis
asked this question in
General
Replies: 2 comments
-
Is there any update about that ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a very basic implementation of ONNX as part of dlprimitives (works for major image classification networks like ResNet50) but not as part of ONNXRuntime So I hadn't started looking into it yet due to lack of time and resources |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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