iree-org / iree-torch

Torch Frontend for IREE
Apache License 2.0
25 stars 11 forks source link

Move most of torchbench.py code to new utils.py + bert.py example #19

Closed ramiro050 closed 2 years ago

ramiro050 commented 2 years ago

This commit adds the file utils.py to share the logic used by torchbench.py to compile, time, and check the torchbench models with other models not in torchbench. This commit also adds an script that runs Bert on IREE and PyTorch eager.