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
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr, "Unable to find gtpin library open function symbol %s\n", gtPinOpenFunctionName.c_str());
38
40
result = ZE_RESULT_ERROR_UNKNOWN;
39
41
return;
40
42
}
41
43
42
44
uint32_t openResult = openGTPin(nullptr);
43
45
if (openResult != 0) {
46
+
hGtPinLibrary.reset(nullptr);
44
47
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr, "gtpin library open %s failed with status %u\n", gtPinOpenFunctionName.c_str(), openResult);
0 commit comments