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 @jjfumero . UNSUPPORTED_FEATURE is a generic error code we return to indicate feature has not been implemented by the L0 driver, because of either SW or HW support, or something else. In this case, L0 GPU driver is returning that, indicating it hasn't been implemented.
We can update the spec with that error code to make it clearer.
Spec could have some common "Return error values" section which would list error values that could be returned from functions. Documentation for individual functions could then just link the common error section, and document exceptions to that.
We can update the spec with that error code to make it clearer.
Spec could have some common "Return error values" section which would list error values that could be returned from functions. Documentation for individual functions could then just link the common error section, and document exceptions to that.
Running the function
zeDeviceGetStatus
produces the error code78000003
, which isZE_RESULT_ERROR_UNSUPPORTED_FEATURE
.Output of this snippet:
[JNI] Error in zeDeviceGetStatus with code: 78000003 [JNI] Error ZE_RESULT_ERROR_UNSUPPORTED_FEATURE
However, following the Level Zero SPEC, https://spec.oneapi.io/level-zero/latest/core/api.html?highlight=zedevicegetstatus#zedevicegetstatus, this function does not return such as error code.
Does this function need hardware support? Is this an error in the implementation?
Some context:
The text was updated successfully, but these errors were encountered: