From 9f5d88f02618d6fe36bfd91a04d53ff0555c8955 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 15:46:16 +0000 Subject: [PATCH] update doc for doxygen git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2394 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h index 25b916080..125ed2e0c 100644 --- a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h +++ b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.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) { @@ -119,6 +120,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 */ virtual void calibration(EOT & _sol, unsigned int * _mapping) {