Where we are headed and why it looks a lot like Julia (but not exactly like Julia)

That might require finding some way to combine the clean interface of PyTorch with the performance of JAX, e.g. taking full advantage of metaprogramming and multiple dispatch to generate more efficient code.

You may be interested in TorchDynamo :slight_smile: TorchDynamo: An Experiment in Dynamic Python Bytecode Transformation

1 Like