3D linear copy - 3D linear copy - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

Let start, as usual, with a simple data transfer example. The buffer is seen as a 32 x 4 x 2 data set:

adf::read_access(mtxin.out[0]) = adf::tiling({
    .buffer_dimension = {32,4,2},
    .tiling_dimension = {32,4,2},
    .offset = {0,0,0}});

With these parameters a single 3D tile is transferred though to the destination:

3D Linear Copy