chaiNNer
chaiNNer copied to clipboard
ONNX inference does not work with CUDA 12
Exception occurs when upscaling an image with onnxruntime_gpu if execution provider is either CUDA or TensorRT. This is a known issue because CUDA 12 it is not yet supported. Requirements for TensorRT execution provider ONNX runtime roadmap
Ah this explains why it's stopped working for me... Thanks for reporting, I'll make sure to update onnx once that's supported
Fixed bx #2717