snapshot of svn
This commit is contained in:
22
auto-tuning/testSearch.cpp
Normal file
22
auto-tuning/testSearch.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "DKSBaseMuSR.h"
|
||||
|
||||
/** No accelerator device is used, this test is used to confirm, that search functions
|
||||
* used for auto-tuning work properly
|
||||
*/
|
||||
|
||||
int main() {
|
||||
|
||||
DKSBaseMuSR base;
|
||||
|
||||
std::cout << "Start test" << std::endl;
|
||||
|
||||
base.testAutoTuning();
|
||||
|
||||
std::cout << "Test finished" << std::endl;
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user