Today we're announcing Meta LLM Compiler, a family of models built on Meta Code Llama with additional code optimization and compiler capabilities. These models can emulate the compiler, predict ...
GitHub

Gsus4m/C_like_compiler

This project implements a front-end prototype of a simplified C++ compiler. The core focus is on recursive-descent parsing, intermediate representation (IR) generation, and simulated execution using a ...
Oven Compiler provides a complete compilation pipeline from Python source code to GPU-ready PTX assembly. Built on MLIR (Multi-Level Intermediate Representation), it offers powerful optimization ...