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

Method __str__

src/scripts/perf/blasPerformanceTesting.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 self.problemsize = str(int(self.x) * int(self.y) * int(self.z) * int(self.batchsize))
63
64 def __str__(self):
65 # ALL members must be represented here (x, y, z, batch, device, label, ldsfraction, etc)
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected