.. _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

GEMV Tutorial 0

Basic Syntax

Learn preliminaries of CSL syntax.

GEMV Tutorial 1

A Complete Program

Write a complete CSL program.


GEMV Tutorial 5

Multiple PEs

Run your program on multiple PEs.


.. toctree:: :maxdepth: 2 :caption: SDK Tutorials :hidden: gemv-00-basic-syntax/index.rst gemv-01-complete-program/index.rst gemv-02-memory-dsds/index.rst gemv-03-memcpy/index.rst gemv-04-params/index.rst gemv-05-multiple-pes/index.rst gemv-06-routes-1/index.rst