inducer/pytato
Lazily evaluated arrays in Python
Constructs symbolic data flow graphs where nodes represent static-control computational kernels (often compiled via Loopy) and edges carry array data, enabling expensive optimizations like kernel fusion and code generation for repeated executions. Maintains NumPy API compatibility while targeting high-performance computing workloads that benefit from ahead-of-time graph analysis and compilation.
Available on PyPI.
Stars
12
Forks
16
Language
Python
License
—
Category
Last pushed
Mar 17, 2026
Monthly downloads
33
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/inducer/pytato"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
inducer/loopy
A code generator for array-based code on CPUs and GPUs
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
inducer/islpy
Python wrapper for isl, an integer set library
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...