What is PolyBlocks (based on MLIR)?

https://docs.polymagelabs.com/

I’ve been working through the Toy example for MLIR, did some Googling while doing so and stumbled upon this.

Is this an easier way to use MLIR?

Does anyone have experience with it?

It is a compiler based on MLIR that can compile PyTorch, JAX, or TensorFlow functions to CPUs or GPUs. It’s definitely not meant to be a substitute for or a complement to the MLIR toy tutorial.