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

Function main

benchmark/benchmark_block_adjacent_difference.cpp:371–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371int main(int argc, char* argv[])
372{
373 benchmark_utils::executor executor(argc, argv, 512 * benchmark_utils::MiB, 1, 0);
374
375 add_benchmarks<subtract_left>("subtract_left", executor);
376 add_benchmarks<subtract_right>("subtract_right", executor);
377 add_benchmarks<subtract_left_partial>("subtract_left_partial", executor);
378 add_benchmarks<subtract_right_partial>("subtract_right_partial", executor);
379
380 executor.run();
381}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected