[Bug 2072933] Re: Intel GPU hangs on oneAPI kernel on 6.8.0-38 but not 6.8.0-36

2024-07-15 Thread Filip Jergle Almquist
Hi Matthew, You were right, the kernel you provided fixed the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072933 Title: Intel GPU hangs on oneAPI kernel on 6.8.0-38 but not 6.8.0-36 To

[Bug 2072933] [NEW] Intel GPU hangs on oneAPI kernel on 6.8.0-38 but not 6.8.0-36

2024-07-12 Thread Filip Jergle Almquist
Public bug reported: Kernel 6.8.0-38 seems to have introduced a regression causing Intel GPUs to hang when running oneAPI kernels. Here is a minimal example: ``` #include #include int main() { // auto selector = sycl::cpu_selector_v; // Works fine auto selector = sycl::gpu_selector_v;