fix: 4.2.1 not working w/o inline
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ RUN ./build_files/utils/make_update.py --use-linux-libraries
|
|||||||
RUN sudo apt clean && sudo rm -rf /var/lib/apt/lists/*
|
RUN sudo apt clean && sudo rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# > Ref: https://github.com/xuhuisheng/rocm-gfx803/blob/master/blender.md
|
# > Ref: https://github.com/xuhuisheng/rocm-gfx803/blob/master/blender.md
|
||||||
# RUN sed -i 's/__noinline__/__inline__/g' intern/cycles/kernel/device/hip/compat.h
|
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
|
RUN sed -i 's/major >= 9/major >= 8/g' intern/cycles/device/hip/util.h
|
||||||
|
|
||||||
WORKDIR /home/rocm/blender/build
|
WORKDIR /home/rocm/blender/build
|
||||||
|
|||||||
Reference in New Issue
Block a user