Clear src
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2397 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
623a48b310
commit
28d992b4b5
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ unsigned n;
|
|||
// The Tabou Search algorithm explorer
|
||||
#include <explorer/moSimpleHCexplorer.h>
|
||||
//To compute execution time
|
||||
#include <performance/moCudaTimer.h>
|
||||
#include <performance/moGPUTimer.h>
|
||||
|
||||
|
||||
typedef eoInt<eoMinimizingFitness> solution;
|
||||
|
|
@ -201,7 +201,7 @@ int main(int argc, char **argv)
|
|||
|
||||
std::cout << "initial: " << sol<< std::endl;
|
||||
// Create timer for timing CUDA calculation
|
||||
moCudaTimer timer;
|
||||
moGPUTimer timer;
|
||||
timer.start();
|
||||
localSearch(sol);
|
||||
timer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue