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
Hi,
Sorry my question might be completely stupid but from what I can see I assume you use API hooking to redirect cuda calls to zluda ones. Why just providing nvcuda.dll is not enough ?
When I compare exports from nvidia/nvcuda64.dll and from zluda/nvcuda.dll I can see that the following functions are missing and I would like to know if it's normal ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Sorry my question might be completely stupid but from what I can see I assume you use API hooking to redirect cuda calls to zluda ones. Why just providing nvcuda.dll is not enough ?
When I compare exports from nvidia/nvcuda64.dll and from zluda/nvcuda.dll I can see that the following functions are missing and I would like to know if it's normal ?
dumpbin /exports nvcuda.dll > nvcuda-exports.txt
dumpbin /exports nvcuda64.dll > nvcuda64-exports.txt
Beta Was this translation helpful? Give feedback.
All reactions