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