blob: eec946097ba007c371d1f7e0c060c51433817bda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
In-place matrix transposition (TRNS)
Compilation instructions
make
Execution instructions
./trns -w 0 -r 1 -m 16 -n 8 -o 4096 -p 2556
For more options
./trns -h
Read more
J. Gomez-Luna et al., “In-place Matrix Transposition on GPUs,” IEEE TPDS, 2016.
|