Copy
tensorplay.compiler
TensorPlay ships an in-process graph compiler used by tensorplay.stax
and the CUDA graphs workflow. This module is TensorPlay-specific and has no
direct upstream torch counterpart (it is conceptually closest to
torch.compile internals plus torch.cuda.graphs).
The reference below is a static listing: the underlying extension modules are under active development, so this page intentionally does not use autodoc.
Graph IR
Graph,Node,GraphModule— graph representation and module wrapperPassBase,DecomposePass,ConstFold,DeadCodeElimination,NormalizeOperators— compiler passesNodePathTracer— attribution helper
CUDA graphs
CudaGraphManager,CudaGraphError— capture/replay managementGuard,GuardChain— shape/guard caching for replay validation
Caching and errors
CodeCache— compiled artifact cacheAOTError,GraphCaptureError— error types
Help improve this page
Found an error, an unclear step, or a missing example?
