compute-runtime
compute-runtime copied to clipboard
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
In the FAQ it states that Windows implementation of cl_cache is pending: https://github.com/intel/compute-runtime/blob/master/opencl/doc/FAQ.md#windows It looks like in https://github.com/intel/compute-runtime/commit/d7d577ba4873b83cf57367529b49384c9748d510 the cl_cache feature is also enabled by default on Windows. I tested...
Trying to run the public runtime on PVC - from my understanding this should be supported but devices fail to initialize. Is there a debug procedure for this?
Attempting to compile the latest compute-runtime on a vanilla Fedora 38 led to a compile failure complaining of a macro redefinition: `CL_MEM_DEVICE_ID_INTEL`. This was introduced in 1f21d34fd37e58aa24b699a79621e3e6ee9c779f in this repo...
https://github.com/inducer/pyopencl/issues/711#issuecomment-1892805510
``` [ 59%] Generating ../../../../bin/built_ins/x64/spirv/fill_image3d.spv Error! Loading of FCL library has failed! Filename: libigdfcl.so.1 Error! FCL initialization failure. Error code = -6 Command was: /home/pvelesko/intel-compute-runtime-build/neo/build/bin/ocloc -q -spv_only -file /home/pvelesko/intel-compute-runtime-build/neo/shared/source/built_ins/kernels/fill_image3d.builtin_kernel -out_dir...
hello, i get this error when i execute "clinfo" after installing "intel-opencl-icd" from ubuntu repository. any help will be appreciated.
I am using the [Intel ARC 750 GPU](https://www.techpowerup.com/gpu-specs/arc-a750.c3929), which has 8GB of memory. However, when running OpenCL and Level Zero, I only see 6..3 GB. Output from `clinfo` using Windows...
It's about my OpenCL benchmark. Only Windows 64Bit. "Async Compute" test no longer works since driver version 4xxx. To 3975 went without problems. With 4xxx version, this only works if...
System: Dell Wyse 5070 Intel Celeron J4105 (Gemini Lake) Intel Compute Runtime [23.30.26918.9](https://github.com/intel/compute-runtime/releases/tag/23.30.26918.9) installed with official instructions. ## What works * Ubuntu 20.04 kernel 5.4: Works out of the box...
zesInit() might be the right way to finally fix oneapi-src/level-zero#36 but current releases provide zesInit() without actually implementing it (it returns "unsupported feature" in 26032.30). I know we are supposed...