We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a43bf commit f25ef75Copy full SHA for f25ef75
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