We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ffbc7 commit 199f12aCopy full SHA for 199f12a
sycl/plugins/unified_runtime/pi2ur.hpp
@@ -48,6 +48,8 @@ static pi_result ur2piResult(ur_result_t urResult) {
48
return PI_ERROR_BUILD_PROGRAM_FAILURE;
49
case UR_RESULT_ERROR_UNINITIALIZED:
50
return PI_ERROR_UNINITIALIZED;
51
+ case UR_RESULT_ERROR_ADAPTER_SPECIFIC:
52
+ return PI_ERROR_PLUGIN_SPECIFIC_ERROR;
53
default:
54
return PI_ERROR_UNKNOWN;
55
};
0 commit comments