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

Function getKernelSourcePath

src/library/blas/AutoGemm/Common.py:33–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 return "AutoGemmIncludes/"
32
33def getKernelSourcePath():
34 return getOutputPath() + getRelativeKernelSourcePath()
35
36def getKernelBinaryPath():
37 return getOutputPath() + getRelativeKernelBinaryPath()

Callers

nothing calls this directly

Calls 2

getOutputPathFunction · 0.85

Tested by

no test coverage detected