MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TableRow

Class TableRow

src/scripts/perf/blasPerformanceTesting.py:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return self.x + 'x' + self.y + 'x' + self.z + ':' + self.batchsize + ', ' + self.device + ', LDS fraction = ' + self.ldsfraction + ' -- ' + self.label + '; ' + self.gflops
67
68class TableRow:
69 # parameters = class TestCombination instantiation
70 def __init__(self, parameters, gflops):
71 self.parameters = parameters
72 self.gflops = gflops
73
74 def __str__(self):
75 return self.parameters.__str__() + '; ' + self.gflops
76
77def transformDimension(x,y,z):
78 if int(z) != 1:

Callers 1

plotFromDataFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected