GaLore
GaLore copied to clipboard
Remove unused `A` and `B` computation
For type == "right", we do not need to compute A, and for type == "left", we do not need to compute B. (The variables are unused.) We can avoid this computation to save some FLOPs.