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
[CUDA] FpA IntB Gemm Weight Conversion in GPU (microsoft#24914)
### Description
Implement fpA intB gemm preprocess in cuda kernel to speed up weight
prepacking.
### Motivation and Context
Original preprocess code (in
microsoft#24854) is for CPU, which
is slow and need extra memory copy between CPU and GPU.
0 commit comments