diff options
Diffstat (limited to 'TRNS/dimes-hetsim-hbm.sh')
-rwxr-xr-x | TRNS/dimes-hetsim-hbm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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) |