compute-runtime
compute-runtime copied to clipboard
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
I have the following simple test case: ``` #include #include // Simple time-consuming kernel without arguments __global__ void slowKernel() { float val = 0.0f; for (int i = 0; i...
Cannot detect a NEO-supported device if there is another non-NEO-supported Intel device on the system
Hi, I have a pretty peculiar system, with an i5-4690k and its associated iGPU (HD Graphics 4600), and an Arc A770. The iGPU is not supported by the NEO driver...
`ocloc` fails to compile SYCL kernels with an unsupported subgroup size
According to the [latest SYCL 2020 specification](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html): > ## [5.7. Optional kernel features](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:optional-kernel-features) > > A number of kernel features defined by this SYCL specification are optional; they may be...
clinfo on WSL2 using A770 causes BSOD
I'm using the following set-up: - Windows 10 22H2 (also tested 22H1) - 64-bit x86 (i5-6600K) with an Arc A770 (ReBAR not enabled/supported on this system, but Above 4G decoding...
clinfo crashes in intel-compute-runtime
`clinfo` on Linux returns this error ``` Abort was called at 36 line in file: /usr/src/debug/intel-compute-runtime/compute-runtime-23.09.25812.14/shared/source/built_ins/built_ins.cpp fish: Job 1, 'clinfo' terminated by signal SIGABRT (Abort) ``` OS: Garuda Linux (arch-based)...
Feature request: Add support for using OCLOC compilation cache in repeated AOT compilation passes
OCLOC already supports writing its cache to a user-specified directory but I'm not too sure what this is used for when using AOT compilation (in the JIT case, it's clearer...
Appending a dependency event which is to be signalled from the host causes hangs
I create an event which (in the full application) will be signalled from a different thread. I enqueue a kernel which depends on this event, and when using immediate command...
Abort from device_binary_format/patchtokens_decoder
I am running a HPC workload with PVC in explicit-scaling mode using SYCL API (via L0 plugin) and was wondering what could possibly have triggered the following error. It was...
Xe KMD doesn't work on Linux
Using the Xe KMD, with an updated xe_drm.h, synced between the latest linux-drm-xe-next kernel and this package, results in OpenCL tasks which cause my A770 LE 16GB to time out,...
Hi all, I use this tool, but I'm having a issue about executing sysmon() not showing running process. **Just say "unknown". How can I solve this problem?** **One of the...