NVIDIA / Fuser

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

refactor 2d inner reduction heuristics #3333

Closed liqiangxl closed 1 week ago

liqiangxl commented 2 weeks ago

Following https://github.com/NVIDIA/Fuser/pull/3331/ refactor 2d inner reduction heuristics, prepare for further heuristics tunning.

liqiangxl commented 2 weeks ago

!build

liqiangxl commented 2 weeks ago

!test --diff --diff-bench

jjsjann123 commented 2 weeks ago

Following #3331 refactor 2d inner reduction heuristics, prepare for further heuristics tunning.

should the target of this one be llu/clean_2d_inner_reduction_heuristics instead? That'll make review easier.

liqiangxl commented 1 week ago

!test --diff --diff-bench

liqiangxl commented 1 week ago

Following #3331 refactor 2d inner reduction heuristics, prepare for further heuristics tunning.

should the target of this one be llu/clean_2d_inner_reduction_heuristics instead? That'll make review easier.

Yes, clean_2d_inner_reduction_heuristics is merged into main and this PR is then rebased on main. It is ready for review.