Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Vortex Documentation
Light Logo Dark Logo
Vortex Documentation

Getting started

  • Installation
  • Quick Start

Guides

  • Examples

Reference

  • API Reference
    • vortex_torch.indexer
      • vortex_torch.indexer.context
      • vortex_torch.indexer.elementwise
      • vortex_torch.indexer.elementwise_binary
      • vortex_torch.indexer.kron
      • vortex_torch.indexer.mask
      • vortex_torch.indexer.matmul
      • vortex_torch.indexer.output_func
      • vortex_torch.indexer.reduce
      • vortex_torch.indexer.reshape
      • vortex_torch.indexer.save_load
      • vortex_torch.indexer.scan
      • vortex_torch.indexer.select
      • vortex_torch.indexer.transpose
      • vortex_torch.indexer.utils_sglang
    • vortex_torch.cache
      • vortex_torch.cache.context
      • vortex_torch.cache.elementwise
      • vortex_torch.cache.elementwise_binary
      • vortex_torch.cache.fill
      • vortex_torch.cache.mask
      • vortex_torch.cache.matmul
      • vortex_torch.cache.reduce
      • vortex_torch.cache.reduce_interleave
      • vortex_torch.cache.reshape
    • vortex_torch.flow
      • vortex_torch.flow.algorithms
      • vortex_torch.flow.flow
      • vortex_torch.flow.loader
      • vortex_torch.flow.registry
Back to top
View this page

API ReferenceΒΆ

The user-facing surface is three packages: vortex_torch.indexer and vortex_torch.cache (the op set you compose a flow from) and vortex_torch.flow (the vFlow base classes and registry). Engine configuration lives in vortex_torch.engine.sgl.config.

vortex_torch.indexer

Indexer-side operator API.

vortex_torch.cache

Cache-side operator API.

vortex_torch.flow

High-level vFlow API.

Next
vortex_torch.indexer
Previous
Examples
Copyright © 2026, Zhuoming Chen
Made with Sphinx and @pradyunsg's Furo