From 870a3c9c1c23dd2243b86e998f921bcfe84ef44f Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 15:46:27 +0000 Subject: [PATCH] update doc for doxygen git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2395 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h index 0fe18e428..4284e16f4 100644 --- a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h +++ b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h @@ -91,6 +91,7 @@ public: * @param _cpySolution Launch kernel with local copy option of solution in each thread if it's set to true * @param _withCalibration an automatic kernel configuration, fix nbr of thread by block and nbr of grid by kernel */ + void neighborhoodEval(EOT & _sol, unsigned int * _mapping, bool _cpySolution, bool _withCalibration) { if (!_cpySolution) { @@ -118,6 +119,7 @@ public: /** * Compute the best combination of number of block by grid and number of thread within block * @param _sol the solution that generate the neighborhood to evaluate parallely + * @param _mapping the array of mapping indexes that associate a neighbor identifier to X-position */