JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q52900F
  • License MIT

AI-powered CUDA kernel optimization CLI

Package Exports

  • @rightnow/forge-cli
  • @rightnow/forge-cli/dist/forge.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rightnow/forge-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Forge CLI

AI-powered CUDA kernel optimization. Generate optimized GPU kernels that outperform torch.compile().

Install

npm install -g @rightnow/forge-cli

Or download binaries from GitHub Releases.

Usage

# Launch optimization wizard
forge

# Optimize a KernelBench task
forge optimize --task 1

# Optimize a HuggingFace model
forge optimize --huggingface Qwen/Qwen2-0.5B

# Optimize custom PyTorch code
forge optimize --file my_model.py

Features

  • Swarm Agents - Multiple AI agents collaborate to find optimal kernels
  • Evolutionary Search - MAP-Elites explores diverse optimization strategies
  • CUDA & Triton - Generate kernels in both formats
  • HuggingFace Support - Optimize transformer models directly

Requirements

  • Node.js 18+
  • Forge account (sign up)

License

MIT