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

Function divup

examples/opencl/bubblechart.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79)EOK";
80
81inline int divup(int a, int b)
82{
83 return (a+b-1)/b;
84}
85
86void kernel(cl::Buffer& devOut, int fnCode, int outFlags,
87 cl::Buffer& colorsOut, cl::Buffer& alphasOut, cl::Buffer& radiiOut,

Callers 1

kernelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected