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
persistent_use_of_buffer is accumulated over all the resolution points. (#4)
Cherry-picking from: csarofeen/pytorch#2576
Author: Naoya Maruyama [email protected]
Date: Mon Mar 13 17:50:01 2023 -0700
persistent_use_of_buffer is accumulated over all the resolution points. (#2576)
Recomputation for each persistent use should be done after the
accumulation is done.
Currently, recomputation and replaceVal can be done redundantly. For
example, on A100, that happens with NvFuserScheduler_BatchNorm_fp32/64/32/256.
Co-authored-by: Naoya Maruyama <[email protected]>
0 commit comments