()
| 31 | return "AutoGemmIncludes/" |
| 32 | |
| 33 | def getKernelSourcePath(): |
| 34 | return getOutputPath() + getRelativeKernelSourcePath() |
| 35 | |
| 36 | def getKernelBinaryPath(): |
| 37 | return getOutputPath() + getRelativeKernelBinaryPath() |
nothing calls this directly
no test coverage detected