Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ iDivUp
Function
iDivUp
cpp/5_Domain_Specific/volumeRender/volumeRender.cpp:369–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
}
368
369
int iDivUp(int a, int b) { return (a % b != 0) ? (a / b + 1) : (a / b); }
370
371
void reshape(int w, int h)
372
{
Callers
2
reshape
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected