NVIDIA/jitify

Will cupti be notified of a kernel launch using the driver api?

bzigon opened this issue · 0 comments

I am profiling kernels using the CUPTI api. All of my kernels were using the cuda runtime api.
I converted my kernels to the string format that jitify wants and proved that they are compiled correctly and launch correctly. I proved they return the correct values.

Jitify uses the cuda driver api. I am trying to profile my kernels that were launched using jitify. I'm no longer getting notified of the kernel launch through CUPTI.

So, my question is, "do you know for certain that you can profile kernels (using CUPTI) that were launched with jitify given that jitify uses the cuda driver api?"