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

Method __str__

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

Source from the content-addressed store, hash-verified

313 self.gflops = gflops
314
315 def __str__(self):
316 # ALL members must be represented here (x, y, z, batch, device, label, ldsfraction, etc)
317 return self.sizem + 'x' + self.sizen + 'x' + self.sizek + ':' + self.device + ', ' + self.function + ', ' + self.library + ', order(' + self.order + '), transa(' + self.transa + '), transb(' + self.transb + ') -- ' + self.label + '; ' + self.gflops + ' gflops'
318
319def open_file( filename ):
320 if type(filename) == list:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected