MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / main

Function main

benchmark/benchmark_device_batch_memcpy.cpp:460–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458#endif //BUILD_NAIVE_BENCHMARK
459
460int32_t main(int32_t argc, char* argv[])
461{
462 benchmark_utils::executor executor(argc, argv, 0, 1, 5);
463
464 BENCHMARK_TYPE(1, 1)
465 BENCHMARK_TYPE(1, 2)
466 BENCHMARK_TYPE(1, 4)
467 BENCHMARK_TYPE(1, 8)
468 BENCHMARK_TYPE(2, 2)
469 BENCHMARK_TYPE(4, 4)
470 BENCHMARK_TYPE(8, 8)
471
472 executor.run();
473}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected