c0de128 e85f4a3686 [Bugfix][ROCm] Fix uninitialized prefix_scheduler_metadata variable
When use_cascade=True, the prefix_scheduler_metadata variable was only
initialized in the else branch, causing an UnboundLocalError when
use_cascade was True.

Move initialization before the if/else block to ensure the variable
is always defined.

Signed-off-by: c0de128 <kevin.mckay@outlook.com>
2025-12-21 22:50:58 -06:00
..
2025-12-10 04:58:42 -08:00