Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ __str__
Method
__str__
src/scripts/perf/blasPerformanceTesting.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
self.gflops = gflops
73
74
def
__str__(self):
75
return
self.parameters.__str__() +
'; '
+ self.gflops
76
77
def
transformDimension(x,y,z):
78
if
int(z) != 1:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected