MTMC-CLI is an open-source kernel generation agent based on the “Macro Thinking, Micro Coding” paradigm, running directly in your terminal. It provides lightweight access to macro-level reasoning and micro-level kernel coding within agent-driven loops.
- Integration with automated performance evaluation and profiling tools
- Multi-backend kernel generation (e.g., CUDA, Triton, other accelerators)
- Benchmarking and reproducibility utilities for generated kernels
First, clone the repo and enter the directory.
git clone https://github.com/AKatydid/mtmc-cli.git
cd mtmc-cliThen, install dependencies and build the project.
npm install
npm run build
npm linkFinally, run MTMC-CLI in your terminal, just key in mtmc.
mtmcThis project is licensed under the Apache License 2.0.
See the LICENSE file for details.
MTMC-CLI is inspired by the excellent open-source project google-gemini/gemini-cli.
We thank the Gemini CLI team for providing a clean and well-designed foundation for building agent-driven CLI tools.
