Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script
This commit is contained in:
@@ -203,6 +203,7 @@ public:
|
||||
TestBase();
|
||||
|
||||
static void Init(int argc, const char* const argv[]);
|
||||
static std::string getDataPath(const std::string& relativePath);
|
||||
|
||||
protected:
|
||||
virtual void PerfTestBody() = 0;
|
||||
@@ -214,8 +215,6 @@ protected:
|
||||
void stopTimer();
|
||||
bool next();
|
||||
|
||||
std::string getDataPath(const std::string& relativePath);
|
||||
|
||||
//_declareHelper declare;
|
||||
|
||||
enum
|
||||
|
Reference in New Issue
Block a user