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
Replaces vectorized copy with element-wise assignment to prevent memory access violations when bounds checking is disabled.
Changes predicate handling to use dedicated predicate tensor instead of coordinate-based bounds checking for improved safety.
Updates default Clear_OOB_MN to false and removes max_N parameter as bounds checking now relies on predicate tensor.
0 commit comments