API Reference

This section documents the maintained API surface and adjacent support modules used by the repository.

Root-package exports

The root package exports the public user-facing surface from triton_ops.__init__.

from triton_ops import (
    fused_rmsnorm_rope,
    fused_gated_mlp,
    fp8_gemm,
    quantize_fp8,
    dequantize_fp8,
    FusedRMSNormRoPE,
    FusedGatedMLP,
    FP8Linear,
    TritonAutoTuner,
    ConfigCache,
    BenchmarkSuite,
)

Knowledge areas

Important scope note

Some helper functions live in submodules without being exported at the root package. The API pages call out those import paths explicitly when relevant.


Table of contents