diff --git a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h index 32c33dea5..25b916080 100644 --- a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h +++ b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h @@ -116,6 +116,11 @@ public: cout << "It's evaluation by copy set cpySolution to true" << 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();