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

``` [ 30%] Building CXX object opencl/test/unit_test/offline_compiler/CMakeFiles/ocloc_tests.dir/__/__/__/__/shared/offline_compiler/source/utilities/linux/get_current_dir_linux.cpp.o [ 30%] Building CXX object opencl/test/unit_test/offline_compiler/CMakeFiles/ocloc_tests.dir/__/__/__/__/shared/source/os_interface/linux/os_thread_linux.cpp.o [ 30%] Linking CXX executable ../../../../bin/ocloc_tests /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: CMakeFiles/ocloc_tests.dir/__/__/__/__/shared/offline_compiler/source/utilities/linux/safety_caller_linux.cpp.o: in function `SafetyGuardLinux::sigAction(int, siginfo_t*, void*)': safety_caller_linux.cpp:(.text._ZN16SafetyGuardLinux9sigActionEiP9siginfo_tPv[_ZN16SafetyGuardLinux9sigActionEiP9siginfo_tPv]+0x46): undefined reference to...

distro
build issue

Hi, It was found that if I want to find some definition for environment variables from [the list](https://github.com/intel/compute-runtime/blob/master/shared/source/debug_settings/debug_variables_base.inl), I need to go over the list and try to not break...

in queue

Source: reproducer_IPC_bandwidth.cpp Problem: zeMemOpenIpcHandle and zeMemGetIpcHandle do not return a handle that can be copied by value between processes and used in a distinct process using either MPI or any...

Feature request
in queue

Hi, I'm looking forward to the availability of `cl_khr_integer_dot_product` extension released in OpenCL 3.0.8. Is this being planned?

Feature request

Currently, ICR uses execinfo.h for crash backtraces. This is (as I understand it) nonessential functionality, so as it's implemented in a glibc-specific way, it should be disabled when not building...

https://launchpad.net/~intel-opencl/+archive/ubuntu/intel-opencl This ppa contain Hirsute binary already. Please add Impish binary to it.

distro

I would like to attempt to compile Level Zero for something other than Intel GPUs. I do not expect this work, but I'd like to see how far I can...

Feature request

Global memory updates using 32-bit atomic behave non-atomic on Intel HD Graphics integrated into Celeron/Atom platform. Specifically, `Intel(R) Celeron(R) CPU J3455 @ 1.50GHz` (`lscpu`) with `Intel(R) Graphics [0x5a85]` (`clinfo`). It...

bug
in queue

I am using OpenCL on Windows with D3D11 texture sharing and the following crash has driven me nuts: ``` Abort was called at 362 line in file: D:\qb\workspace\21461\source\vpg-compute-neo\shared\source\os_interface\windows\wddm\wddm.cpp ``` That...

bug