Super Sample Rate (SSR) - Super Sample Rate (SSR) - 2026.1 English

Vitis Libraries

Release_Date
2026-06-23
Version
2026.1 English

The SSR operation is controlled by parameter TP_SSR and SSR enables running multiple instances of a kernel in parallel where each instance runs on a separate tile. The input data is split and distributed to the parallel kernel instances.

  1. Input matrix A is split and distributed to parallel kernels. The split is based on the COLUMNS and thus TP_DIM_A_COLS must be divisible by TP_SSR.
  2. Input matrix B is not split and a copy of it is passed to each parallel kernel.