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
Fix mismatched use of xnn_allocate_zero_simd_memory and xnn_release_memory
This causes crashes on windows, uncovered in #7830.
This bug appears with `xnn_create_runtime_v4`, other paths that allocate workspaces have matching allocate/free calls.
PiperOrigin-RevId: 728501674
0 commit comments