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

Method writeToFile

src/library/blas/AutoGemm/Includes.py:232–246  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230# self.cppStr = ""
231
232 def writeToFile(self):
233 self.incFile.write( self.incStr )
234 self.incFile.write( "\n#endif\n" )
235 self.incFile.close()
236
237 self.initFunction += "}\n";
238 self.cppStr += self.defines + "\n";
239 self.defines = "";
240 self.cppStr += self.initFunction + "\n";
241 self.initFunction = "";
242
243# self.cppStr += "\n";
244# self.cppStr += "initAutoGemmClKernels();\n";
245 self.cppFile.write( self.cppStr )
246 self.cppFile.close()
247
248
249################################################################################

Callers 1

writeIncludesFunction · 0.95

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected