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
cudaFuncGetAttributes exec fail in server error is cudaErrorInvalidDeviceFunction,if use cuFuncGetAttribute replace is ok
this likely occurs because runtime API functions do not exist on the server side but are translated to driver API cuModule and cuFunction objects. We need to translate these for every runtime API function that references (if any?) modules or functions.
The text was updated successfully, but these errors were encountered:
As mentioned in #15
this likely occurs because runtime API functions do not exist on the server side but are translated to driver API cuModule and cuFunction objects. We need to translate these for every runtime API function that references (if any?) modules or functions.
The text was updated successfully, but these errors were encountered: