NVIDIA / Fuser

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

Change tests to call runPass directly. #3398

Closed wujingyue closed 1 week ago

wujingyue commented 1 week ago

This

  1. makes the tests closer to reality because inferenceAllocationOrder is not the only thing that the pass does, and
  2. simplifies the tests so they don't have to specify sources and destinations.
wujingyue commented 1 week ago

!test