tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
436 stars 63 forks source link

Add DPRINT support for row-major formatted data in CBs #13697

Open tt-dma opened 1 week ago

tt-dma commented 1 week ago

Right now we only support Tile printing out of CBs, but kernel devs also use row-major format. Can be a new call to interpret CB data as row-major and specify # of datums per row, then stride rows/cols.

tt-dma commented 1 week ago

No bpf* support required for row-major