MCPcopy Create free account
hub / github.com/arrayfire/forge / divup

Function divup

examples/opencl/stream.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82)EOK";
83
84inline int divup(int a, int b)
85{
86 return (a+b-1)/b;
87}
88
89void generatePoints(Buffer& points, Buffer &dirs, Buffer& colors,
90 CommandQueue& queue, Device& device)

Callers 1

generatePointsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected