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
[PERF] Cache Metal interop sync decision per runtime instance
Avoid repeated pybind attribute lookups on the hot path by caching
the result of the arch + external_metal_command_queue check. The
cache is keyed on the runtime object identity so it auto-invalidates
on qd.init() / qd.reset().
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments