Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script

This commit is contained in:
Andrey Kamaev
2011-09-08 11:01:45 +00:00
parent ccfb3e6a21
commit 6cb1036e04
4 changed files with 14 additions and 4 deletions

View File

@@ -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