MCPcopy 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
59inline int divup(int a, int b)
60{
61 return (a+b-1)/b;
62}
63
64void generatePoints(cl::Buffer& points, cl::Buffer& dirs,
65 cl::CommandQueue& queue, cl::Device &device)

Callers 1

generatePointsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected