Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ main
Function
main
cpp/5_Domain_Specific/simpleVulkanMMAP/main.cpp:341–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
};
340
341
int main(int argc, char **argv)
342
{
343
execution_path = argv[0];
344
VulkanCudaPi app(NUM_SIMULATION_POINTS);
345
app.init();
346
app.mainLoop();
347
return 0;
348
}
Callers
nothing calls this directly
Calls
2
init
Method · 0.45
mainLoop
Method · 0.45
Tested by
no test coverage detected