compute-runtime
compute-runtime copied to clipboard
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
`clGetKernelInfo()` incorrectly reports that the `saxpy` kernel, as shown in the following SPIR-V listing, has eight kernel arguments instead of four - the original amount. ``` ; A test case...
how to remove this dependency if we don't use the compiler? we use pre-compiled opencl kernel bin. thanks
### Setup / deps Latest release versions of everything, built from source: * GMMlib: * intel-gmmlib-22.1.6 * SPIRV Headers / Tools: * sdk-1.3.216.0 * vc-intrinsics: * v0.5.0 * IGC: *...
When compiling with LTO, the build ultimately fails like this: ``` /build/intel-compute-runtime/src/compute-runtime-22.12.22749/third_party/uapi/drm/i915_drm.h:2951: error: type ‘struct drm_i915_gem_create_ext’ violates the C++ One Definition Rule [-Werror=odr] 2951 | struct drm_i915_gem_create_ext { | /build/intel-compute-runtime/src/compute-runtime-22.12.22749/third_party/uapi/dg1/drm/i915_drm.h:726:...
Hello everyone, how can we add Slackware 15 and current in Distributions list? https://github.com/intel/compute-runtime/blob/master/opencl/doc/DISTRIBUTIONS.md Thank you, best regards.
Followed build steps as mentioned on "https://github.com/intel/compute-runtime/blob/master/BUILD.md" Error logs:- [ 6%] Linking CXX shared library ../../bin/libocloc.so [ 6%] Built target ocloc_lib Scanning dependencies of target ocloc [ 6%] Building CXX...
I'm running a Plex on an Ubuntu docker image which is running on an i7-1165G7. Every version of the drivers after 21.49.21786 breaks HW HDR->SDR tonemapping. I am not really...
Add missing "libmd" to metrics discovery detection.
``` This allows CMAKE to wrap the executable with -DCMAKE_CROSSCOMPILING_EMULATOR=... Signed-off-by: Zoltán Böszörményi ```