Loading benchmark/_common/benchmark.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -201,8 +201,6 @@ void execute(const std::string name, Code &&code, int from = 10, int to = 17, execRun<Device>("gaussian", code, attempts, row, Generators::gaussian<Type>(size)); execRun<Device>("zipf", code, attempts, row, Generators::zipf<Type>(size)); execRun<Device>("almostSorted", code, attempts, row, Generators::almostSorted<Type>(size)); Loading Loading
benchmark/_common/benchmark.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -201,8 +201,6 @@ void execute(const std::string name, Code &&code, int from = 10, int to = 17, execRun<Device>("gaussian", code, attempts, row, Generators::gaussian<Type>(size)); execRun<Device>("zipf", code, attempts, row, Generators::zipf<Type>(size)); execRun<Device>("almostSorted", code, attempts, row, Generators::almostSorted<Type>(size)); Loading