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

Method __init__

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

Source from the content-addressed store, hash-verified

338 # CPPKE - default constructor
339 ##############################################################################
340 def __init__(self):
341 self.fileName = Common.getIncludePath() + "AutoGemmKernelEnumeration.h"
342 self.kernelStr = ""
343 self.tileStr = ""
344 self.nonTileStr = ""
345 self.kernelCount = 0
346 self.tileCount = 0
347 self.nonTileCount = 0
348 self.precision = ""
349 self.precisionInitialized = False
350
351 def newPrecision(self, precision):
352 if self.precisionInitialized:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected