MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / gemm_table_header

Function gemm_table_header

src/scripts/perf/fftPerformanceTesting.py:242–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 return problemsize
241
242def gemm_table_header():
243 return 'm,n,k,lda,ldb,ldc,alpha,beta,order,transa,transb,function,device,library,label,GFLOPS'
244
245class GemmTestCombination:
246 def __init__(self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected