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
As discussed in #18182 (comment) the common function SetErrorMessage which is used to set the message retrieved when using the urAdapterGetLastError entry point is expecting a ur_result_t for the ErrorCode param but should instead be int32_t, this occurs in most adapter implementations.
The text was updated successfully, but these errors were encountered:
martygrant
changed the title
[UR] Update urAdapterGetLastError implementations to have correct type for pError param
[UR] Update SetErrorMessage implementations to have correct type for pError param
Apr 30, 2025
martygrant
changed the title
[UR] Update SetErrorMessage implementations to have correct type for pError param
[UR] Update SetErrorMessage implementations to have correct type for ErrorCode param
Apr 30, 2025
As discussed in #18182 (comment) the common function
SetErrorMessage
which is used to set the message retrieved when using theurAdapterGetLastError
entry point is expecting aur_result_t
for theErrorCode
param but should instead beint32_t
, this occurs in most adapter implementations.The text was updated successfully, but these errors were encountered: