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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Thank you for your nice work on XLA that could significantly reduce memory usage!
Upon my understanding, the rematerialization is a trade-off between memory usage and speed in terms of xla (where the memory read would mostly faster than recalculation). I wonder if you could provide some information about the speed loss (if any) of each remat algorithm corresponds to the amount of memory saved. Thank you :).