NVlabs / NVBit

220 stars 20 forks source link

unspecified launch failure #52

Open ksangeet990 opened 3 years ago

ksangeet990 commented 3 years ago

How can I perform cuda-memcheck on the nvbit tool to diagnose the error? (created a custom nvbit tool)

x-y-z commented 3 years ago

cuda-memcheck and nvbit tools conflict with each other, i.e., they cannot work at the same time, since they are using the same mechanism to inspect/change CUDA apps.

ksangeet990 commented 3 years ago

So how do I go about debugging the issue?