From b471467e738151e643be84d8e3757553aba524d0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 25 Jul 2024 15:42:29 +0200 Subject: TRNS: fix write1 documentation --- TRNS/dimes-hetsim-hbm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TRNS/dimes-hetsim-hbm.sh') diff --git a/TRNS/dimes-hetsim-hbm.sh b/TRNS/dimes-hetsim-hbm.sh index 6793f8b..e2efaee 100755 --- a/TRNS/dimes-hetsim-hbm.sh +++ b/TRNS/dimes-hetsim-hbm.sh @@ -9,9 +9,9 @@ fn=log/$(hostname)/dimes-hetsim-hbm # # Input: (M_ * m) × (N_ * n) matrix # Output: (N_* n) × (M_ * m) matrix -# Step 1: transpose (M_ * m) × N_ matrix that consits of tiles of size n +# Step 1: transpose (M_ * m) × N_ matrix that consists of tiles of size n # CPU version: explicit -# DPU version: implicit (appropriate write operations to DPUs) +# DPU version: implicit (M_ * m write operations of #DPUs * n elements to DPUs) # Step 2: transpose m × n matrix; this happens N_ * M_ times. # DPU version: Each tasklet transposes a single m × n matrix / tile. # (16 × 8 tile takes up 1 KiB WRAM) -- cgit v1.2.3