From 2eac48b48ee64fa2dba0b68d086ad72775953fd6 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 15:47:16 +0000 Subject: [PATCH] Clear src git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2398 331e1502-861f-0410-8da2-ba01fb791d7f --- .../tutoriel/QAP_CPU/application/testSimpleTS_CPU.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleTS_CPU.cu b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleTS_CPU.cu index 29b02f4cd..8ec4eb52f 100644 --- a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleTS_CPU.cu +++ b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleTS_CPU.cu @@ -74,7 +74,7 @@ unsigned n; #include #include //To compute execution time -#include +#include typedef eoInt solution; typedef moIndexedSwapNeighbor 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();