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 MPSNDArray assertion on M5 Pro by enforcing 64-byte minimum buffer size (apple#61)
The decode output buffer was allocated at only 4 bytes (MemoryLayout<Int32>.size),
but MPSNDArray enforces 64-byte row-stride alignment on all backing buffers. This
triggered a fatal assertion on M5 Pro / macOS 27 beta 2.
0 commit comments