-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I want to get intel integrated GPU infos(name, temp, usage, memory(usable and total)) for my C++ program
when I start the Sample_TelemetryAPP program, VS cmd print these 2 messages:
ZE_LOADER_DEBUG_TRACE:Using Loader Library Path:
ZE_LOADER_DEBUG_TRACE:Tracing Layer Library Path: ze_tracing_layer.dll
I can get the name of iGPU, but then when program goes to these ctlEnum* functions, I got error return 0x40000019:
ctlEnumEngineGroups failed, error code: 0x40000019
ctlEnumMemoryModules failed, error code: 0x40000019
I found ze_tracing_layer.dll in C:/Windows/System32, and my pc info:
Intel Core i5-12400(with iGPU: UHD 730)
32 GB memory
Nvidia RTX 3070
Window Version: Windows 11 PRO (10.0.22631)
how to fix this problem? thanks
If DGCL coudn't solve the question, if there another library can give me iGPU infos?