NVIDIA / Fuser

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

Replace PERMISSIVE graph with BROADCAST for matmul scheduler #3397

Closed jacobhinkle closed 1 week ago

jacobhinkle commented 1 week ago

The dimension role mapping code in the matmul scheduler was written before the PERMISSIVE graph was rewritten in terms of an intermediate graph called BROADCAST. This PR does not introduce any functional changes but just switches to using this new graph.

jacobhinkle commented 1 week ago

!test