File: dgemm_single_kernel.sh

package info (click to toggle)
rocblas 6.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,082,776 kB
  • sloc: cpp: 244,923; f90: 50,012; python: 50,003; sh: 24,630; asm: 8,917; makefile: 151; ansic: 107; xml: 36; awk: 14
file content (3 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/bash

./rocblas-bench -f gemm -r f32_r --transposeA T --transposeB N -m 256 -n 1 -k 4 --alpha 1.0 --lda 4 --ldb 4 --beta 1.0 --ldc 256