Shengyu Qu Stat_Headcrabed
  • Joined on 2020-03-11
Shengyu Qu commented on issue blender/blender#104110 2024-04-25 18:15:49 +02:00
Cycles HIPRT device

Hi guys, any update on linux support for the HIP-RT?

It is being worked on as HIPRT is open source now. https://github.com/GPUOpen-LibrariesAndSDKs/HIPRT https://projects.blender.org/blender

Shengyu Qu commented on issue blender/blender#109431 2024-04-25 18:09:36 +02:00
HIP related bugs

"#100353 Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU" Should be closed now as it is fixed.

Shengyu Qu commented on issue blender/blender#100353 2024-04-25 18:09:01 +02:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

@brecht I think this issue should be closed now?

Shengyu Qu commented on issue blender/blender#100353 2024-02-07 07:38:27 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

The new firmware has not released yet, it's still under test: https://patchwork.freedesktop.org/patch/575997/#comment_1052570

Shengyu Qu commented on issue blender/blender#100353 2024-02-06 11:33:21 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

This comment said our problem might be a firmware bug that needs to be fixed both in kernel code and firmware. And seems kernel code fix already landed in stable branch. Maybe that's the…

Shengyu Qu commented on issue blender/blender#100353 2024-01-29 16:14:23 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

But still, that is a different issue than before (and probably progresses solving the real issue at hand); this particular deref happens after invoking the second instance (and not after…

Shengyu Qu commented on issue blender/blender#100353 2024-01-29 14:55:10 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

Here's my dmesg log when the GPU hangs

The alarming part is (I think):

[  109.111569] BUG: kernel NULL pointer dereference, address: 0000000000000008
[  109.111570] #PF:…
Shengyu Qu commented on issue blender/blender#100353 2024-01-26 20:25:27 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

Seems this patch fixes all problems on my system, but maybe it needs more test. To apply and compile you need to use newest linux-branch…

Shengyu Qu commented on issue blender/blender#100353 2024-01-17 04:33:45 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

@fililip From the discussions of that patch in that link I can see the commit reverted by the patch seems actually not the bug causing freeze by itself, but make the original crash bug(happens…

Shengyu Qu commented on issue blender/blender#100353 2024-01-16 17:06:08 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

Seems rocm guys found the reason of this problem.. Take a look at the discussions here: https://patchwork.freedesktop.org/patch/573129/ Possibly we would get a proper fix soon :)

Shengyu Qu commented on issue blender/blender#100353 2023-11-18 20:48:13 +01:00
Cycles HIP rendered viewport crashes system/GPU on Linux with RDNA2 GPU

Seems it becomes even worse on Blender 4.0. Fedora 39(6.5.10 + KDE) + RX7800XT System freeze immediately when switching to HIP in blender preferences, even in default block&light scene. It's…