.. _csl-tutorials: Tutorials ========= This series of tutorials serves as an introduction to bulding programs written in CSL using the Cerebras SDK. In each successive tutorial, we introduce additional language features, using a general matrix-vector product (GEMV) as our core computation. .. raw:: html
Memory DSDs
Use memory data structure descriptors (DSDs) for efficient operations on tensors.Routes and Fabric DSDs
Use routes and colors to distribute a single GEMV across multiple PEs.