File: sbmv_problems.yaml

package info (click to toggle)
rocblas 6.4.4-4
  • 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: 150; ansic: 107; xml: 36; awk: 14
file content (19 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
include: ../../../../clients/include/rocblas_common.yaml

Definitions:
  - &multiples_of_32_sizes
    - { scan: [ 2048..10240..2048 ], N: *c_scan_value, lda: *c_scan_value, K: [32, 200] }

Tests:
  - name: sbmv_upper_multiples_of_32_sizes
    category: bench
    function: sbmv
    precision: *single_double_precisions
    uplo: U
    alpha: 1
    beta: 1
    incx: 1
    incy: 1
    matrix_size: *multiples_of_32_sizes
...