Forum Discussion

Kiantor's avatar
Kiantor
Brass Contributor
May 26, 2026

I built a Python runtime that loads precompiled MLIR artifacts from a closed-source compiler

I’ve been building Fluno, a closed-source compiler/runtime experiment for extracting selected hot regions from Python/PyTorch-style continuous inference loops and running them as precompiled native a...