# ExCubecl v0.3.0 - 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

- [ExCubecl.Application](ExCubecl.Application.md): Application callback for ExCubecl.

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

- Pipeline Commands
  - [ExCubecl.Command](ExCubecl.Command.md): A typed struct representing a pipeline command.

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

