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
In #16, it seems the rdc problem has been fixed. However, if we pass the device function as a function pointer to the kernel, the same issue -- cannot instrument, will appear again. I think it is not caused by the function pointer itself since if we put the definition of this function in one header and disable -rdc, the device function can be instrumented.
I used the same example from #16 but modify to enable the function pointer. Here I attached the example NVBit_Example2.zip
I would very appreciate if you could help solve this issue!
The text was updated successfully, but these errors were encountered:
In #16, it seems the
rdc
problem has been fixed. However, if we pass the device function as a function pointer to the kernel, the same issue -- cannot instrument, will appear again. I think it is not caused by the function pointer itself since if we put the definition of this function in one header and disable-rdc
, the device function can be instrumented.I used the same example from #16 but modify to enable the function pointer. Here I attached the example
NVBit_Example2.zip
I would very appreciate if you could help solve this issue!
The text was updated successfully, but these errors were encountered: