level-zero icon indicating copy to clipboard operation
level-zero copied to clipboard

oneAPI Level Zero Specification Headers and Loader

Results 104 level-zero issues
Sort by recently updated
recently updated
newest added

Is there any way to know if a particular command list has pending commands to execute before executing or synchronizing? What I am looking for, is an API call that...

Hi Team, I use level-zero API in my Windows C code to extract metrics from various HW (the next target is NPU on MTL). I can compile and link with...

I'm working on oneAPI.jl, which provides Julia support for Intel GPUs through Level Zero. Occasionally, we run into users reporting that they run into an opaque `ZE_RESULT_ERROR_UNINITIALIZED` when we call...

OpenCL loader can be compiled statically and linked into final application. ZE loader should provide the same capability.

Even if you pass a `subdevice` handle to the `zesDeviceEnumFabricPorts`, it returns the ports of the full device. It will be nice if the feature (if it's one) is documented...

Hi, I'd like to ask how to use level-zero/sycl to detect available memory of Intel iGPUs (e.g., Intel® Iris® Xe Graphics, PCI ID: 46A0, codename: Alder Lake-P). I found relevant...

question

While running sycl-ls on windows11 I am getting below error message with oneAPI 2024.1 and 2024.2. I have tried with BaseTool kit and HPCTool kit of 2024.1 and 2024.2 but...

Followup to https://github.com/intel/compute-runtime/issues/686#issuecomment-1805025932 We need a way to translate from/to ZE/ZES device handles when using zesInit(). This is needed to be able to query some device info from ZES and...

Sysman

From https://spec.oneapi.io/level-zero/latest/sysman/PROG.html "For compatibility, an application may also use the Level0 Core API to enumerate through available accelerator devices in the system. For each device handle, an application can cast...