This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/config/amdgpu.conf
T
2026-08-20 00:45:43 +02:00

13 lines
818 B
Plaintext

# AMD BC-250 (Cyan Skillfish / gfx1013) — ROCm Stability Parameters
# This GPU is APU-like with shared system memory (no dedicated VRAM).
#
# noretry=0 — Allow page fault retry (critical for shared memory / APU)
# gpu_recovery=1 — Enable GPU recovery on timeout
# sched_hw_submission=2 — Limit concurrent HW submissions (prevent queue overload)
# ppfeaturemask=0xfff73ef7 — Disable GFXOFF (bit 15), SCLK_DEEP_SLEEP (bit 3),
# and ULV (bit 8) to prevent GPU from entering
# unrecoverable power-saving states.
# Clock management is handled by cyan-skillfish-governor.
# Default is 0xfff7bfff.
options amdgpu noretry=0 gpu_recovery=1 sched_hw_submission=2 ppfeaturemask=0xfff73ef7