iree-org / iree-torch

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

Use bytecode serialization when passing from torch-mlir to IREE #57

Closed ramiro050 closed 2 years ago

ramiro050 commented 2 years ago

Using the bytecode serialization rather than converting to a string when moving from torch-mlir to IREE should make things a bit faster.