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

Function main

benchmark/benchmark_device_scan.cpp:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "benchmark_utils.hpp"
25
26int main(int argc, char* argv[])
27{
28 benchmark_utils::executor executor(argc, argv, 128 * benchmark_utils::MiB, 10, 5);
29
30#ifndef BENCHMARK_CONFIG_TUNING
31 add_benchmarks<false>(executor);
32#endif
33
34 executor.run();
35}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected