Dr. Moritz Lehmann

Results 8 issues of Dr. Moritz Lehmann

On a fresh Ubuntu Server 23.04 installation (kernel 6.5), after installing NEO and rebooting, when accessing the machine remotely over SSH, the GPU (Arc A770) does not show up as...

Added utility functions to automatically select the fastest Device or the Device with largest memory capacity from all available Devices. For selecting the fastest Device, the TFLOPs/s performance of the...

You are welcome to report your benchmark results for the FP32/FP16S/FP16C accuracy levels here. Especially numbers for AMD GPUs are desired for GCN/RDNA/RDNA2 architectures. Thank you!

help wanted

**Describe the bug** The `AppImage` doesn't launch from within a Linux console, both in a remote SSH console and on Linux desktop. ``` $ wget https://opencl.gpuinfo.org/downloads/openclcapsviewer_1.00_linux64_x11.AppImage $ ./openclcapsviewer_1.00_linux64_x11.AppImage qt.qpa.plugin: Could...

[`isDotIntegerProductExtensionSupported()` always returns true](https://github.com/intel/compute-runtime/blob/master/shared/source/helpers/compiler_product_helper_tgllp_and_later.inl#L12-L14), which is incorrect. It leads to the [`__opencl_c_integer_dot_product_input_4x8bit` / `__opencl_c_integer_dot_product_input_4x8bit_packed` feature macros always being present](https://github.com/intel/compute-runtime/blob/master/shared/source/compiler_interface/oclc_extensions.cpp#L111-L117), even on unsupported devices. This means: If any OpenCL application implements...

The [installation page for the OpenCL CPU runtime](https://www.intel.com/content/www/us/en/developer/articles/technical/intel-cpu-runtime-for-opencl-applications-with-sycl-support.html) instructs the following: ```bash wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"...

bug
confirmed

Hi, something broke in my Linux OpenCL installation after[ updating to `oclcpuexp-2025.20.6.0.04_224945_rel`](https://github.com/ProjectPhysX/OpenCL-Wrapper?tab=readme-ov-file#getting-started). Looks like a segfault in Intel GPU OpenCL runtime? How to fix this? ```bash ~$ lsb_release -a No...

### Problem Description AMD's OpenCL driver fails to dispatch kernels with 64-bit global range >2³² (>4 billion threads), making the kernel throw OpenCL error -63. Impact: Due to this bug,...

Feature Request
status: assessed