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

Function main

benchmark/benchmark_device_scan_deterministic.cpp:26–33  ·  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 add_benchmarks<true>(executor);
31
32 executor.run();
33}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected