Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade commented on issue blender/blender#107618 2023-08-23 18:29:10 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

various things got tested over the last two months, it hasn't been working for that long :) last update is from a week ago. If you want to switch early I believe you can add the testing repos with…

Xavier Hallade commented on issue blender/blender#111162 2023-08-23 16:44:59 +02:00
Overlay drawing issues on Intel HD4400/4600 (Only?)

Blender 3.3 already had oneAPI support but was linking differently if I remember well.. the bug sounds more like a runtime symbols conflict issue, with the graphics compiler maybe loading earlier…

Xavier Hallade closed issue blender/blender#107618 2023-08-23 09:23:06 +02:00
oneAPI device fails at load or kernels compilation on Archlinux
Xavier Hallade commented on issue blender/blender#107618 2023-08-23 09:23:04 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

Thanks for the confirmation !

Xavier Hallade commented on issue blender/blender#107642 2023-08-21 17:31:51 +02:00
Blender hangs on Intel UHD 620 when switching to lookdev mode

"perhaps a race condition related to shader compilation" that definitely sounds like the issue. Unfortunately, driver 101.2115 is the latest for UHD 620, it's not getting regular updates…

Xavier Hallade commented on issue blender/blender#110504 2023-08-21 14:23:54 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

great! by running this tool in parallel, can you then share how much GPU memory is left from both GPUs during the failure ?

Xavier Hallade closed issue blender/blender#109771 2023-08-21 11:29:03 +02:00
Windows + Intel Arc A770: Crashes if modifying the object after rendering image in rendered view mode
Xavier Hallade commented on issue blender/blender#110504 2023-08-21 10:24:51 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

It's possible something else is missing higher level: can you re-run the binary with ZES_ENABLE_SYSMAN=1 environment variable set ?

Xavier Hallade closed issue blender/blender#109282 2023-08-16 09:57:59 +02:00
Cycles: oneAPI: on Windows, embree on GPU may crash when rendering duration exceeds 3 minutes
Xavier Hallade commented on issue blender/blender#110504 2023-08-04 15:33:19 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

If you have a graphical environment, do you know if it's taking memory on GPU 2 specifically ? Can you monitor the graphics memory usage while trying to render on both with the 2022-12 sycl build…

Xavier Hallade commented on issue blender/blender#110504 2023-08-02 16:34:58 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

Thanks, it's getting us closer to what went wrong. test kernel ran fine with similar command but next kernel failed

---> piextKernelSetArgPointer( : 0x7f2e08082280 :…

Xavier Hallade commented on issue blender/blender#110504 2023-08-01 17:50:02 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

The behavior with 20230707 is maybe not that much related to the issue with 2022-12. the crash is in level zero runtime, not loader, and according to your backtrace, happens during the first…

Xavier Hallade commented on issue blender/blender#110504 2023-07-28 19:25:35 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

that's.. interesting, so with 20230707, you can render on each gpu once, but not on both concurrently nor switching for a next render. can you get the backtrace for the segfault below ?

Xavier Hallade commented on issue blender/blender#110504 2023-07-28 15:18:40 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

Now it's failing even with the simple test kernel, that will make debugging much easier.. if it's the same bug :). I need a bit more debug info to progress.

Please set these environment…

Xavier Hallade commented on issue blender/blender#110504 2023-07-28 14:25:34 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

Weird, when I experienced this on rockylinux, ln -s /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5 worked. Anyway, I've checked a bit further: https://packages.debian.org/sid/libtinfo5

Xavier Hallade commented on issue blender/blender#110504 2023-07-28 12:11:31 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

Here is a build with a newer version of SYCL (close to 2023-WW27): https://ph0b.com/uploads/blender-3.6.1-git20230728.embree3dpcpp20230707-x86_64.tar.gz can you let me know how it goes?

Xavier Hallade commented on issue blender/blender#110504 2023-07-27 18:27:20 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

Good, so that's really the sycl compiler/runtime version that makes it break or not. I'll make some new builds with more recent versions to try, tomorrow or Monday.

Xavier Hallade commented on issue blender/blender#110504 2023-07-27 17:25:25 +02:00
Segfault after F12 render with multi-GPU Intel ARC A770 and experimental oneAPI packages on Debian

you can symlink libtinfo.so.6 to libtinfo.so.5 for the sake of this test, that should work, but no need to bother with this, you actually have two GPUs and both can be used by Blender 3.5 so there…