Hi all,
I am facing the error " no kernel image is available for execution on the device" returned from 'cudaGetLastError()" while trying to execute the TDNN training recipe .
I am using RTX 3080 GPU which has cuda capability : 8.6 , along with the latest version of kaldi .
I have searched for solutions in the forum and have implemented the following two solutions but they didn't work for me .
I am attaching the screenshot for the configs as well as the files and logs associated.
Crux of solution Implemented by me :
cd kaldi/src
Add " -gencode arch=compute_86,code=sm_86 " in Kaldi.mk file for the CUDA_ARCH option
make clean
make depend -j 8
make -j 8
Kindly help me resolve this error.
Looking forward to hearing from you all !
Thanks & Regards,
Nayan