GaLore icon indicating copy to clipboard operation
GaLore copied to clipboard

Remove unused `A` and `B` computation

Open awgu opened this issue 1 year ago • 0 comments

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.

awgu avatar Mar 13 '24 15:03 awgu