OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

Intel GPU API

Victor_Mux
Beginner
984 Views

We are an ISV and are looking for an API that allows us to get hardware information of Intels GPUs such has temperature, frequency, load, etc. We have already developed this for AMD and NVidia but we want to add support for Intel GPUs. Where do we find the appropriate API library for this and documentation?

Labels (1)
0 Kudos
1 Reply
Brandon_F_Intel
Employee
958 Views

Take a look at the following to see if it contains what you're looking for:

Level Zero Sysman Programming Guide - https://spec.oneapi.io/level-zero/latest/sysman/PROG.html

Level Zero Metrics section in the Tools Programming Guide - https://spec.oneapi.io/level-zero/latest/tools/PROG.html#metrics

Depending on what you're looking for it may be in there.  Some information can also be queried in the core specification as capability bits.

https://spec.oneapi.io/level-zero/latest/core/PROG.html

Regards,

Brandon Fliflet

GPGPU Software Architect

 

0 Kudos
Reply