File: trsv.yaml

package info (click to toggle)
hipblas 5.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,352 kB
  • sloc: cpp: 114,952; f90: 26,193; python: 4,618; sh: 954; ansic: 628; makefile: 45; xml: 23
file content (29 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
include: ../../../../clients/include/hipblas_common.yaml

Definitions:
  - &sizes
    - {M:  2048, lda:  2048 }
    - {M:  4096, lda:  4096 }
    - {M:  6144, lda:  6144 }
    - {M:  8192, lda:  8192 }
    - {M: 10240, lda: 10240 }
    - {M: 12288, lda: 12288 }
#   - {M: 14336, lda: 14336 }
#   - {M: 16384, lda: 16384 }
#   - {M: 18432, lda: 18432 }
#   - {M: 20480, lda: 20480 }


Tests:
- name: trsv
  function: trsv
  precision: *single_double_precisions_complex_real
  step_size: 2048
  uplo: L
  transA: N
  diag: N
  incx: 1
  samples: 10
  matrix_size: *sizes
...