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
Sometimes CUDA graph performance degrades over time. Automating a reset improves long-term stability.
Task
Add an on_violation callback to SLOTracker.
Implement a 'Self-Healing' mechanism in ReflexServer that triggers a graph re-capture if the p99 latency exceeds the threshold for N consecutive windows.
Description (Medium)
Sometimes CUDA graph performance degrades over time. Automating a reset improves long-term stability.
Task
on_violationcallback toSLOTracker.ReflexServerthat triggers a graph re-capture if the p99 latency exceeds the threshold for N consecutive windows.