# ExCubecl v0.2.1 - Table of Contents

> ExCubecl is a GPU compute runtime for Elixir powered by CubeCL via Rust NIFs.
Provides GPU buffer management, kernel execution, async command submission,
and pipeline orchestration. Designed for AI inference, media processing,
and realtime GPU effects on mobile and desktop.

## Pages

- [ExCubecl](readme.md)

- Guides
  - [Getting Started](01_getting_started.md)
  - [Buffer Management](02_buffers.md)
  - [Kernel Execution](03_kernels.md)
  - [Async Execution &amp; Pipelines](04_async_pipelines.md)
  - [Mobile Integration](05_mobile.md)
  - [Examples](06_examples.md)

## Modules

- GPU Runtime
  - [ExCubecl](ExCubecl.md): ExCubecl — GPU compute runtime for Elixir.

- NIF Stubs
  - [ExCubecl.NIF](ExCubecl.NIF.md): NIF stubs for the CubeCL Rust backend.

