more GPU perf. tests refactoring, added singular maps into remap test
This commit is contained in:
@@ -77,6 +77,10 @@ private:
|
||||
can_flush_ = false;
|
||||
}
|
||||
|
||||
void printHeading();
|
||||
void printSummary();
|
||||
void printItem(double cpu_time, double gpu_time, double speedup);
|
||||
|
||||
std::vector<Runnable*> inits_;
|
||||
std::vector<Runnable*> tests_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user