feat: log for blender kernel

This commit is contained in:
2024-09-11 13:58:09 -07:00
parent bf8e2db925
commit 535782308f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ RUN ./build_files/utils/make_update.py --use-linux-libraries
RUN sudo apt-get clean && sudo rm -rf /var/lib/apt/lists/*
# > Ref: https://github.com/xuhuisheng/rocm-gfx803/blob/master/blender.md
# inline broken on blender 4+
RUN sed -i 's/__noinline__/__inline__/g' intern/cycles/kernel/device/hip/compat.h
RUN sed -i 's/major >= 9/major >= 8/g' intern/cycles/device/hip/util.h