Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
inline int divup(int a, int b)
82
{
83
return (a+b-1)/b;
84
}
85
86
void kernel(cl::Buffer& devOut, int fnCode, int outFlags,
87
cl::Buffer& colorsOut, cl::Buffer& alphasOut, cl::Buffer& radiiOut,
Callers
1
kernel
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected