Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ divup
Function
divup
examples/opencl/field.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
)EOK";
58
59
inline int divup(int a, int b)
60
{
61
return (a+b-1)/b;
62
}
63
64
void generatePoints(cl::Buffer& points, cl::Buffer& dirs,
65
cl::CommandQueue& queue, cl::Device &device)
Callers
1
generatePoints
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected