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

Function main

benchmark/benchmark_predicate_iterator.cpp:153–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151// clang-format on
152
153int main(int argc, char* argv[])
154{
155 benchmark_utils::executor executor(argc, argv, 512 * benchmark_utils::MiB, 10, 5);
156
157 using custom_128 = common::custom_type<int64_t, int64_t>;
158
159 CREATE_TYPED_BENCHMARK(int8_t)
160 CREATE_TYPED_BENCHMARK(int16_t)
161 CREATE_TYPED_BENCHMARK(int32_t)
162 CREATE_TYPED_BENCHMARK(int64_t)
163 CREATE_TYPED_BENCHMARK(custom_128)
164 CREATE_TYPED_BENCHMARK(rocprim::int128_t)
165 CREATE_TYPED_BENCHMARK(rocprim::uint128_t)
166
167 executor.run();
168}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected