Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ divup
Function
divup
examples/opencl/plot3.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
"}\n"
;
46
47
inline int divup(int a, int b)
48
{
49
return (a+b-1)/b;
50
}
51
52
void kernel(cl::Buffer& devOut, cl::CommandQueue& queue, float t)
53
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected