Error: no kernel image is available for execution on the device while running CUDA Kernel

Target Operating System
Linux

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager

Dear Team,

I have written a Cuda Kernel which at runtime returns the below error:
Error: no kernel image is available for execution on the device

CUDA Kernel is for the pre-processing of Lidar Points, it is a simple C++ code.

Please let me know the reason for this issue.

Thanks and Regards,
Vyom Mishra

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Dear @vyom.mishra,
Are you running the CUDA program on host or DRIVE Platform?
Just want to make sure if the right SM ARCH flags are mentioned in compilation using NVCC? You may check running CUDA Device query sample to know the compute capability of the GPU
Is it possible to share code/steps to reproduce the issue?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.