After updating YoloSharp.Gpu from version 6.0.7 to 6.1.0, GPU execution on NVIDIA GeForce GTX 1080 Ti stopped working.
Version 6.0.7 works perfectly on my GPU. The problem appears only in 6.1.0.
Error Message:
onnxruntime::ExecuteKernel] Non-zero status code returned while running QuickGelu node.
Status Message: CUDA error cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
Steps to Reproduce:
Install YoloSharp.Gpu 6.1.0
Run any YOLO model on GTX 1080 Ti
Observe the CUDA kernel error
Expected behavior:
Models should run on GPU as they did in version 6.0.7
Additional context:
YoloSharp.Gpu 6.0.7 works fine
CUDA version and drivers are installed correctly
Issue seems related to QuickGelu node or GPU kernel compilation
Request:
Please fix GPU support for GTX 1080 Ti in a future release.
Thank you for maintaining the library!
After updating YoloSharp.Gpu from version 6.0.7 to 6.1.0, GPU execution on NVIDIA GeForce GTX 1080 Ti stopped working.
Version 6.0.7 works perfectly on my GPU. The problem appears only in 6.1.0.
Error Message:
onnxruntime::ExecuteKernel] Non-zero status code returned while running QuickGelu node.
Status Message: CUDA error cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
Steps to Reproduce:
Install YoloSharp.Gpu 6.1.0
Run any YOLO model on GTX 1080 Ti
Observe the CUDA kernel error
Expected behavior:
Models should run on GPU as they did in version 6.0.7
Additional context:
YoloSharp.Gpu 6.0.7 works fine
CUDA version and drivers are installed correctly
Issue seems related to QuickGelu node or GPU kernel compilation
Request:
Please fix GPU support for GTX 1080 Ti in a future release.
Thank you for maintaining the library!