RuntimeError: CUDA error: no kernel image is available for execution on the device

Description

While testing AI module, it is showing CUDA available but it throws an error
RuntimeError: CUDA error: no kernel image is available for execution on the device

Environment

Graphic Card:Nvidia Geforce GT 730
TensorRT Version:
GPU Type: Integrated
Nvidia Driver Version: 474.44
CUDA Version: 11.4
CUDNN Version: 111
Operating System + Version: Windows 11 pro
Python Version (if applicable): 3.8
TensorFlow Version (if applicable): NA
PyTorch Version (if applicable): 1.8.1 + cu111
Miniconda:3

image

Hi @vikasysargar777 ,
The issue looks like because of incompatible CUDA version.
Please check the link to understand the correct version.

Thanks

Thank you for your help on this problem, the solution you provided is satisfactory.