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 182 compute-runtime issues
Sort by recently updated
recently updated
newest added

Floating point exception (core dumped) in OpenCL and Level Zero when using both iGPU and discrete ARC GPU. How to reproduce? I have enabled both Intel integrated GPU (Intel UHD...

While latest release version (23.05.25593.9) works fine, building Git head version of `zello_sysman`: `g++ -O2 -Wall -o zello_sysman zello_sysman.cpp -lze_loader -locloc` Fails to following errors: ``` zello_sysman.cpp: In function 'void...

build issue

Copying mostly over from https://github.com/oneapi-src/level-zero/issues/105 and adding information as I was told to reopen the issue here by @jandres742. Hello, I have been trying to get level-zero to work on...

I am trying to compile compute-runtime (I tried both 22.43.24595.30 and 22.43.24558 version) but I always reveive an error at "Generating ../../../../bin/built_ins/x64/spirv/fill_image3d.spv" Here is the complete log: -- The C...

build issue

System: Ubuntu 22.04, ARC 750, Installed driver for ARC 750. Installation guide: https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-jammy-arc.html Driver version (o/p of clinfo): 22.27.023570 (latest) One API Toolkit Installation guide: https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top.html version 2023.0.0.25537 (latest) Activated...

While building latest release (22.43.24595.30) on ArchLinux with IGC 1.0.12812.4 built with a LLVM15 stack, I’m seeing one test failure: ``` ======================== == SKL AUBs FAILED == ======================== Tests run:...

With the following OpenCL C code the computation and sizeof is strange for the iGPU OpenCL driver when building via SPIR-V: ```C struct Foo { int A; long B; };...

Is there a (relatively low) size limit for the built SPIR-V modules? I'm getting CL_OUT_OF_RESOURCES when trying to build (via the CHIP-SPV runtime) a unit test in rocPRIM which has...

[OpGroupNonUniformBallot](https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#OpGroupNonUniformBallot) is missing in SPIR-V before 1.3. Intel's OpenCL driver specifically advertises the cl_khr_subgroup_ballotextension which [should imply SPIR-V support:](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Env.html#_cl_khr_subgroup_ballot) "If the OpenCL environment supports the extension cl_khr_subgroup_ballot, then the environment...

Dear developers, I am faced with a bit bizarre problem getting my Intel Arc A750 ( and as well the Intel iGPU) to work in my Linux system. First of...