cutile-basic cutile-basic

A BASIC to CUDA Tile IR compiler. Write GPU kernels in BASIC, compile them to .cubin files, and launch them on NVIDIA GPUs.

Getting Started

Installation, dependencies, and your first compilation.

Getting Started
Execution Model

Grids, blocks, tiles, and how BASIC maps to GPU parallelism.

Execution Model
Language Reference

Complete BASIC syntax reference including tile/GPU extensions.

Language Reference
Architecture

Compiler pipeline from source to GPU execution.

Architecture
Python Compilation API

Python API documentation for all modules.

Python Compilation API
Examples

Walkthrough of example programs from hello world to GEMM.

Examples
CLI Reference

Command-line interface flags and usage.

CLI Reference