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
Merge _sorting_impl and _sorting_radix_impl modules
Doing so reduces the binary size. Previously, '_tensor_sorting_impl'
module has size 22'448'920 bytes, and '_tensor_sorting_radix_impl'
has size 31'927'256 bytes.
Total size was 54'376'176 bytes.
After this change, the total size of the new '_tensor_sorting_impl'
is 49'790'872, which is about 4Mb of savings.
0 commit comments