compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver

Results 204 compute-runtime issues
Sort by recently updated
recently updated
newest added

Enabled multi-gpu madvise for SVM (System Shared Memory) allocated memory.

Set vm_bind flag DRM_XE_VM_BIND_FLAG_MADVISE_AUTORESET at vm create for shared system USM

This PR aims to remove the lock used in `SysFsAccessInterface`. The lock is not necessary and should be avoided based on below facts: 1. Simultaneous read/write operations against the same...

Consider the following snippet which I believe to be a valid use of the OpenCL API: ```c #include #include #include #include #define CHECK(err, msg) \ if (err != CL_SUCCESS) {...

I am running a clean installation of Ubuntu 24.04 LTS on an Intel NUC 12 Enthusiast (Serpent Canyon) with an Arc A770M dGPU. The Intel graphics stack was installed via...

Used ZE_AFFINITY_MASK=0 tp=1 make single card run multi-instance on B60. The multi-instance include same model running on different port causing the problem that model offloading on cpu & memory rather...

A little while ago I got levelzero working quite well, and the install was fairly straightforward. See https://github.com/intel/compute-runtime/issues/832 for the steps I followed. The most notable thing about it is...

Hey, **EDIT UPDATE: Definitely related to the Xe driver. With i915, all looks good** I'm using the following system configuration: - Proxmox 9 (Debian Trixie) - Kernel 6.14.11-2-pve - XE...

A copy from an unpinned host buffer to a device is likely to, in practice, be always blocking, but it should still be legal to set `blocking_copy` to `CL_FALSE` as...