()
| 240 | return problemsize |
| 241 | |
| 242 | def gemm_table_header(): |
| 243 | return 'm,n,k,lda,ldb,ldc,alpha,beta,order,transa,transb,function,device,library,label,GFLOPS' |
| 244 | |
| 245 | class GemmTestCombination: |
| 246 | def __init__(self, |
nothing calls this directly
no outgoing calls
no test coverage detected