Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ roundUp
Function
roundUp
src/include/clblas_stddef.h:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static __inline size_t
62
roundUp(size_t a, size_t b)
63
{
64
return (a + b - 1) / b * b;
65
}
66
67
static __inline size_t
68
divRoundUp(size_t a, size_t b)
Callers
13
getDimension
Function · 0.85
calcNrThreads
Function · 0.85
updateResultGen
Function · 0.85
calcNrThreads
Function · 0.85
fixupArgs
Function · 0.85
tilePitch
Function · 0.85
fixupArgs
Function · 0.85
initTmpResTile
Function · 0.85
genUpdateTailedDiagTile
Function · 0.85
syrkCalcThreads
Function · 0.85
fixupArgs
Function · 0.85
updateResultGenOld
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected