How to generate Coverage for CUDA functions

Code coverage is not supported GPU-side. As a workaround, you can use COV_EXCL_START and COV_EXCL_STOP markers around kernel code.