Clear src
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2398 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
28d992b4b5
commit
2eac48b48e
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ unsigned n;
|
|||
#include <memory/moDummyDiversification.h>
|
||||
#include <memory/moBestImprAspiration.h>
|
||||
//To compute execution time
|
||||
#include <performance/moCudaTimer.h>
|
||||
#include <performance/moGPUTimer.h>
|
||||
|
||||
typedef eoInt<eoMinimizingFitness> solution;
|
||||
typedef moIndexedSwapNeighbor<solution> Neighbor;
|
||||
|
|
@ -235,7 +235,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();
|
||||
tabuSearch(sol);
|
||||
timer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue