Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ divup
Function
divup
examples/opencl/stream.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
)EOK";
83
84
inline int divup(int a, int b)
85
{
86
return (a+b-1)/b;
87
}
88
89
void generatePoints(Buffer& points, Buffer &dirs, Buffer& colors,
90
CommandQueue& queue, Device& device)
Callers
1
generatePoints
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected