13 lines
818 B
Plaintext
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
|