()
| 248 | return problemsize |
| 249 | |
| 250 | def blas_table_header(): |
| 251 | return 'm,n,k,lda,ldb,ldc,offa,offb,offc,alpha,beta,order,transa,transb,side,uplo,diag,function,device,library,numQueues,label,GFLOPS' |
| 252 | |
| 253 | class BlasTestCombination: |
| 254 | def __init__(self, |
no outgoing calls
no test coverage detected