Files
rocm/README.md
T
2024-09-13 22:15:34 -07:00

32 lines
580 B
Markdown

# gfx803
## blender
[x] ROCm `5.7.3` + Blender `3.6.15` with `-O3` kernel
Only with kernel compiled with:
```bash
# gfx803
# > https://github.com/xuhuisheng/rocm-gfx803/issues/28
/opt/rocm/bin/hipcc \
-Wno-parentheses-equality \
-Wno-unused-value \
-O3 \
--amdgpu-target=gfx803 \
-I /home/rocm/blender/intern/cycles \
--genco /home/rocm/blender/intern/cycles/kernel/device/hip/kernel.cpp \
-o kernel_gfx803.fatbin
```
## Monitor
```bash
watch -n 1 /opt/rocm/bin/rocm-smi
```
## amdgpu
<https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa>