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
...
|