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

Function divup

examples/opencl/fractal.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78"}\n";
79
80inline int divup(int a, int b)
81{
82 return (a+b-1)/b;
83}
84
85void kernel(cl::Buffer& devOut, cl::CommandQueue& queue)
86{

Callers 1

kernelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected