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.
GEMV Tutorial 2
Memory DSDs
Use memory data structure descriptors (DSDs) for efficient operations on tensors.GEMV Tutorial 6
Routes and Fabric DSDs
Use routes and colors to distribute a single GEMV across multiple PEs.