tilelang.language.common¶

Backend-neutral TileLang language surface.

This module owns the common (backend-agnostic) language definitions. Each per-backend dialect (tilelang.cuda.language etc.) re-exports this surface via from tilelang.language.common import * and layers its own extensions on top. tilelang.language itself is a thin facade that re-exports the default (CUDA) dialect.