Superbox2147
Superbox2147
> Was it really necessary to add both `Microsoft.ML.OnnxRuntime` & `Microsoft.ML.OnnxRuntime.Gpu` on builds? `Gpu` variant already have CPU EP. It was, CPU inference would crash on any OnnxRuntime from 1.18.0...
> How would it work after #1774? Seeing as that updates OnnxRuntme to a newer version thats CUDA equivalent should support modern CUDA, and assuming the CPU rendering bug that...
I have pushed changes that make it compatible with the latest changes in main I also removed the no longer required library loading code and confirmed CPU rendering and CUDA...
https://onnxruntime.ai/docs/execution-providers/ According to the documentation here, OpenCL is not a supported execution provider of OnnxRuntime It should be fairly easy to add AMD's and Intel's equivalent render backends in the...
Even if OpenCL gets support, it may still make sense to support at least some major vendor-specific backends due to increased speed over OpenCL
Fixed merge conflicts with recently added Android related code
It is still being worked on as needed yes I cannot reproduce the crash, can you give me more information on the conditions for it, such as CUDA and cuDNN...