chaiNNer icon indicating copy to clipboard operation
chaiNNer copied to clipboard

ONNX inference does not work with CUDA 12

Open adegerard opened this issue 1 year ago • 1 comments

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

adegerard avatar Dec 18 '23 09:12 adegerard

Ah this explains why it's stopped working for me... Thanks for reporting, I'll make sure to update onnx once that's supported

joeyballentine avatar Dec 18 '23 10:12 joeyballentine

Fixed bx #2717

RunDevelopment avatar Apr 08 '24 22:04 RunDevelopment