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

Currently building L0 programs give "mystery" errors if system L0 headers are not new enough. It would be much user-friendlier if `ze_api.h` would include defines that can be used to...

I'm seeing some unexpected behavior with the parameter validation layer enabled. #### Expected behavior: Calling `zeDeviceGetCommandQueueGroupProperties()` populates the memory pointed to by the `pCommandQueueGroupProperties` parameter. #### Actual behavior: Calling `zeDeviceGetCommandQueueGroupProperties()`...

In my own project, I've mocked every Sysman call used, so that I can verify code handling properly any of them working or erroring: https://github.com/collectd/collectd/blob/collectd-6.0/src/gpu_sysman_test.c But it would be nice...

It is often times that other cmake projects make the current project's directory included. If such a project fetches Level Zero repo then its build is broken. To reproduce: $...

Hi, I learned from [here](https://www.intel.com/content/www/us/en/develop/documentation/debugging-dpcpp-linux/top/debug-a-sycl-application-on-a-gpu.html#debug-a-sycl-application-on-a-gpu_debug-a-dpcpp-application-on-a-gpu) about how to debug sycl application even per assembly lines based on ```gdb-oneapi```. I wonder there is any way to debug level zero kernels similarly....

It looks like, that commit https://github.com/oneapi-src/level-zero/commit/0eda14664e96fe313c7772fe83c95d21a8288823 broke something or exposed some bug. @Jemale Compiling ```level-zero-1.16.14``` while already having installed ```spdlog``` and ```libfmt``` fails in compilation. See Gentoo downstream bug fore...

Some distributions (like Fedora) disallow fetching content from the internet build-time. Let's allow to link with spdlog from the host and use that if present during the build-time instead of...

The project is not using fmt and spdlog can pollute it with that otherwise.

In a fresh installed machine with Fedora 40, Level Zero fails to compile: ```bash $ gcc --version gcc (GCC) 14.0.1 20240411 (Red Hat 14.0.1-0) Copyright (C) 2024 Free Software Foundation,...