Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
size_t
230
getProgramBinarySize(cl_program program)
231
{
232
return getBinSizeAndIdx(program, NULL);
233
}
234
235
unsigned char
236
*getProgramBinary(cl_program program)
Callers
1
dropProgramSource
Function · 0.85
Calls
1
getBinSizeAndIdx
Function · 0.85
Tested by
no test coverage detected