compute-runtime
compute-runtime copied to clipboard
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
Related-To: NEO-12012
bool AbstractBuffersPool::isPoolBuffer(const BufferParentType *buffer) const { static_assert(std::is_base_of_v); return (buffer && this->mainStorage.get() == buffer); // for clang compiler, unique_ptr is assigned nullptr firstly }
Since https://github.com/intel/compute-runtime/commit/bbe11205e3605d9d4e53dfe9d1a2f8857f294d42, there are only suffixed versions of ocloc being built. Some distribution package specific code calls update-alternatives at install time to then symlink a version of ocloc: https://github.com/intel/compute-runtime/blob/b6038de550f3b7a411217ae6d4b4d8360d03d3a8/scripts/packaging/opencl/sles_15/SPECS/opencl.spec#L118 so...
## Environment - Hardware: Aurora - Intel Compute Runtime Version: 24.35.30872.22 ## Context I'm developing a profiler for SYCL offload programs. My approach involves serializing kernel launches using `zeEventHostSynchronize` to...
Hi, I'm currently packaging the project for Alpine Linux (see [1]) and I'm encountering ODR violation issue at the end of the build. I picked this version because of issue...
Hi level zero got an update to support ubuntu 24. oneAPI Level Zero Loader v1.17.44 im not sure if you are supporting it at the moment, because there is just...
I have an issue with `zeMemAllocHost`-allocated memory incombination with a `memset`-like kernel. If I allocate the host memory, `memset` it on the device, copy it back using `zeCommandListAppendMemoryCopy`, everything is...
Hello, I have an i7-11700K system with a rocketlake processor. I'm running Ubuntu 24.04.2 LTS x86_64 with kernel 6.8.0-60-generic. I'd like to try out oneAPI with that CPU's iGPU with...
Hello, I'm using the Intel OpenCL Mod for LinuxServer's Jellyfin Docker image, and i found that OpenCL is broken since `25.18.33578.6` and it looked like an upstream issue. I tested...
I tried to install the Compute Runtime on a fresh Ubuntu 24.04 install following the instructions on the [releases](https://github.com/intel/compute-runtime/releases/) page but was unable to successfully install the OpenCL component. The...