MCPcopy 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
341int 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

initMethod · 0.45
mainLoopMethod · 0.45

Tested by

no test coverage detected