update doc for doxygen
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2387 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d4bf87c0db
commit
3702b46aee
1 changed files with 6 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute fitness for all solution neighbors in device
|
* Compute fitness for all solution neighbors in device
|
||||||
|
* @param _sol the solution that generate the neighborhood to evaluate parallely
|
||||||
* @param _cpySolution Launch kernel with local copy option of solution in each thread
|
* @param _cpySolution Launch kernel with local copy option of solution in each thread
|
||||||
* @param _withCalibration an automatic configuration of kernel to launch( NB_THREAD BY BLOCK & NB_BLOCK BY KERNEL ),default (1)
|
* @param _withCalibration an automatic configuration of kernel to launch( NB_THREAD BY BLOCK & NB_BLOCK BY KERNEL ),default (1)
|
||||||
*/
|
*/
|
||||||
|
|
@ -115,6 +116,11 @@ public:
|
||||||
<< endl;
|
<< 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) {
|
virtual void calibration(EOT & _sol) {
|
||||||
|
|
||||||
unsigned size = _sol.size();
|
unsigned size = _sol.size();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue