You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ryou128hr To help us reproduce and debug this properly, could you please share the following?
The 2x_Compact_fp32_op17.onnx model used during compilation.
A short sample video clip (or any test pattern) that reproduces the stutter issue.
Exact ROCm and MIGraphX versions you're using (output of rocminfo, migraphx-driver --version, and rocm-smi would be helpful).
My initial speculation is-
Using num_streams=2 might be invoking an async multi-queue path in MIGraphX → ROCm stack, which may have synchronization issues in the VapourSynth integration layer or driver layer.
Noise/stutter without frame drop suggests timing or scheduling inconsistencies — possibly caused by tiling overlap issues (tilesize=[960,540], overlap=[0,0]) on the 7800XT architecture.
Uh oh!
There was an error while loading. Please reload this page.
Arch linux
CPU 5700X3d
MPV player
Vapoursynth
RX 7800XT
GPU color noise i, stutter without framedrop
gpu usage 60%
stutter with num_streams=>2
Code:
onnx:
Comapct 2x ( 960x540 reize 1920x1080)
VS:
What is the cause?
The text was updated successfully, but these errors were encountered: