Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
inline
58
int divup(int a, int b)
59
{
60
return (a+b-1)/b;
61
}
62
63
void kernel(cl::Buffer& devOut, cl::CommandQueue& queue, cl::Device& device)
64
{
Callers
1
kernel
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected