Forum Discussion
Kiantor
May 26, 2026Brass Contributor
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...
Jeffrey148
Jun 01, 2026Brass Contributor
If your compiler is closed‑source but the runtime is open, someone could extract the MLIR-to‑native part via debugging the runtime’s load behavior. That’s fine—you’re already accepting that by making the loader public.