compute-runtime
                                
                                 compute-runtime copied to clipboard
                                
                                    compute-runtime copied to clipboard
                            
                            
                            
                        Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
I have a test program here: https://github.com/GrokImageCompression/latke that performs the exact same image processing algorithm (debayer) using either image or buffer. Using latest version of Neo driver, with buffer, I...
I am trying to get a simple example with Zero-Copy working for the Intel Integrated graphics. See code: https://github.com/jjfumero/opencl-tests/blob/master/saxpyZeroCopyIntelGraphics/saxpy.cpp **When I breakdown the execution to check COPY_IN, KERNEL_TIME and COPY_OUT,...
Looking at runtime/api/dispatch.cpp, it appears that data sharing via EGL is not supported. Would it be possible to add support for such images to enable more generic data sharing across...
Hey guys, I am trying to set up OpenCL on an Alderlake Intel laptop with Iris graphics, on gentoo gnu/linux, following the available guides. When running `clinfo`, I am getting...
It appears to be just a licensing header based on SPDX format. Is the all the source code under the MIT License? If the whole project is MIT licensed it...
## The issue I am getting the following error when running SYCL programs on DG2. The same program works perfectly on the 12th gen ADL-P integrated GPU. ``` terminate called...
This would make it easy to use Intel GPUs via OpenCL in Python via `dpnp` / `dpctl` /`numba-dpex`. The last few release have had failed builds and nobody fixed them:...
It seems the Debian package installs Intel-provided ICD loader using the update-alternatives mechanism. The annoying part is that the Ubuntu-shipped ocl-icd-loader doesn't seem to provide a target for update-alternatives, which...
`22.34.24023` (and also the previous release (on Ubuntu 22.04 LTS)) sometimes crashes for me when using [NNEDI3CL](https://github.com/Asd-g/AviSynthPlus-NNEDI3CL). ``` Abort was called at 251 line in file: ../../neo/shared/source/memory_manager/host_ptr_manager.cpp Aborted (core dumped)...
``` $ git grep avalialbe level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; ``` Bugs: * avalialbe...