feat: update log

This commit is contained in:
2024-09-21 16:06:16 -07:00
parent ae6d8bf9ac
commit a7fa9466d7
+8 -2
View File
@@ -2,7 +2,7 @@
## blender ## blender
[x] ROCm `5.7.3` + Blender `3.6.15` with `-O3` kernel [x] ROCm `5.7.3` (runtime) + Blender `3.6.15` with `-O3` kernel
Only with kernel compiled with: Only with kernel compiled with:
@@ -20,7 +20,7 @@ Only with kernel compiled with:
# Same as: # Same as:
/usr/bin/hipcc \ /usr/bin/hipcc \
--amdgpu-target=gfx803 \ --offload-arch=gfx803 \
--genco /home/rocm/blender/intern/cycles/kernel/device/hip/kernel.cpp \ --genco /home/rocm/blender/intern/cycles/kernel/device/hip/kernel.cpp \
-D CCL_NAMESPACE_BEGIN= \ -D CCL_NAMESPACE_BEGIN= \
-D CCL_NAMESPACE_END= \ -D CCL_NAMESPACE_END= \
@@ -33,6 +33,12 @@ Only with kernel compiled with:
-o kernel_gfx803-O3-original.fatbin -o kernel_gfx803-O3-original.fatbin
``` ```
`-ffast-math` may cause error
ROCm `5.4.1` (clang 15) compiler is needed.
ROCm `5.5.3` (clang 16) compiler not working.
## Monitor ## Monitor
```bash ```bash