You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?"
The text was updated successfully, but these errors were encountered:
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?"
The text was updated successfully, but these errors were encountered: