Slide 6
Slide 6 text
Goals
To design a generative library for fast streams …
• stream of elements, functionally
• lazy, finite & infinite, sequential, one-shot => bulk processing
• isolating the task:
in-memory, no batching, no windowing, no tensors, no forking
… that supports a wide range and complex combinations
of operators …
… and generates loop-based, fused code with zero
allocations.
6