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

Function divup

examples/opencl/surface.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55)EOK";
56
57inline
58int divup(int a, int b)
59{
60 return (a+b-1)/b;
61}
62
63void kernel(cl::Buffer& devOut, cl::CommandQueue& queue, cl::Device& device)
64{

Callers 1

kernelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected