We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efad38a commit 5c62ce5Copy full SHA for 5c62ce5
1 file changed
source/loader/ze_loader_api.cpp
@@ -97,6 +97,7 @@ zelLoaderTranslateHandleInternal(
97
}
98
99
bool validHandle = false;
100
+ *handleOut = handleIn;
101
switch(handleType){
102
case ZEL_HANDLE_DRIVER:
103
validHandle = loader::context->ze_driver_factory.hasInstance(reinterpret_cast<loader::ze_driver_object_t*>(handleIn)->handle);
0 commit comments