diff --git a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h index 71afcd2bf..0fe18e428 100644 --- a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h +++ b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByModif.h @@ -115,6 +115,12 @@ public: cout << "It's evaluation by Modif set cpySolution to false" << endl; } + /** + * 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 + */ + + virtual void calibration(EOT & _sol, unsigned int * _mapping) { unsigned size = _sol.size();