NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
271 stars 53 forks source link

Use SimplyfingIrBuilder for circular buffering #3361

Closed naoyam closed 2 weeks ago

naoyam commented 2 weeks ago

Noticed some easy simplification while working on #3309. Not necessary for correctness and the actual perf would probably have no effect ,if any, thanks to expr simplification and index hoisting, but examining generated code could be easier when simplification is possible.

naoyam commented 2 weeks ago

!test