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
- Implement GPU-accelerated bit packing in pack_bitmasks()
- Remove unnecessary CPU transfers in sparse compression pipeline
- Optimize topk operation with sorted=False parameter
Achieves 3.69x speedup (22.57s → 6.12s) for 8B parameter models by keeping operations on GPU and eliminating device transfers.
0 commit comments