compute-runtime
compute-runtime copied to clipboard
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
Hi, the issue I'm having is the same as in #411. The previous issue was dispatching a similar kernel to the one below with a single thread ``` __kernel void...
On Ubuntu 20.04.4 LTS: $ apt-get install intel-opencl-icd Reading package lists... Done Building dependency tree Reading state information... Done intel-opencl-icd is already the newest version (22.23.23405+i755~u20.04). $ cat test.cl __kernel...
This series of patch is aimed at drastically improving the support for the CL/GL sharing extension on linux. The current support is not really usable as it only supports a...
I'm running into random hangs when my app is running during normal use, that began occurring several months ago, roughly September 2023. A stack trace is attached, see end for...
I have a A770 16 GB and I installed intel-compute-runtime 22.43.24595.30 and intel extensions for pytorch v1.13.10+xpu on Linux Kernel 6.2rc8 When you try to allocate more than 8 GB....
On a fresh Ubuntu Server 23.04 installation (kernel 6.5), after installing NEO and rebooting, when accessing the machine remotely over SSH, the GPU (Arc A770) does not show up as...
[neo-error.txt](https://github.com/intel/compute-runtime/files/14142301/neo-error.txt) Tried with building LLVM standalone and also with LLVM getting built alongside neo. ``` + cmake -G Ninja -S neo -B neo/build -DCMAKE_INSTALL_PREFIX=/space/pvelesko/install/intel-compute-runtime/neo/23.52.28202.15 -DIGC_DIR=/space/pvelesko/install/intel-compute-runtime/igc/igc-1.0.15985.6 -DGMM_DIR=/space/pvelesko/install/intel-compute-runtime/gmmlib/ -DCMAKE_PREFIX_PATH=/space/pvelesko/install/intel-compute-runtime/igsc/ -DSKIP_UNIT_TESTS=ON -DOCL_ICD_VENDORDIR=/space/pvelesko/install/intel-compute-runtime/neo/23.52.28202.15/etc/OpenCL/vendors -DLevelZero_INCLUDE_DIR=/space/pvelesko/install/intel-compute-runtime/level-zero/23.52.28202.15/include...
**Problem** Compute-runtime Xe KMD support does not actually work with Xe KMD, it asserts **Details** When building kernel from Xe repo default "drm-xe-next" branch (yesterday HEAD commit): https://gitlab.freedesktop.org/drm/xe/kernel With Xe...
Pretty minor bug here but a bug nonetheless--we have an OpenCL-accelerated application using OpenCV, and I ran `sudo intel_gpu_frequency -m` while it was running and it locked up inside the...