alibaba / BladeDISC

BladeDISC is an end-to-end DynamIc Shape Compiler project for machine learning workloads.
Apache License 2.0
803 stars 160 forks source link

add reduce-buffer-live-range pass to reduce memory peak #1279

Closed Yancey1989 closed 7 months ago

Yancey1989 commented 8 months ago

the reduce-buffer-live-range pass moves the AllocOp to the nearest location to the consumer to avoid early allocation to reduce memory peak.