TorchDynamo Update 8: TorchDynamo passed correctness check on 7k+ github models

I was wondering how we generated valid input shapes for all these models.

Apparently @jansel wrote a fairly nice deducer with a funny search that reads the error messages and tries to prune the space down.

Had a lot of fun reading through the code.

2 Likes