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

Function getProgramBinarySize

src/library/common/clkern.c:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229size_t
230getProgramBinarySize(cl_program program)
231{
232 return getBinSizeAndIdx(program, NULL);
233}
234
235unsigned char
236*getProgramBinary(cl_program program)

Callers 1

dropProgramSourceFunction · 0.85

Calls 1

getBinSizeAndIdxFunction · 0.85

Tested by

no test coverage detected