Skip to content

Commit

Permalink
updates to customization documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
superchromix authored Oct 25, 2017
1 parent bfbeacb commit f545cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function values and partial derivative values of the model function for a partic
default: break;
}
6. After adding a new model function, if CMake is being used to configure the compiler, then CMake must be run again.
6. After adding a new model function, if CMake is being used to configure the compiler, then CMake must be run again. If not using CMake, the new model function file (the .cuh file) must be included in the project.
7. Re-build the Gpufit project.

Add a new fit estimator
Expand Down Expand Up @@ -241,7 +241,7 @@ and the gradient and hessian values of the estimator given. For a concrete examp
break;
}
5. After adding a new estimator, if CMake is being used to configure the compiler, then CMake must be run again.
5. After adding a new estimator, if CMake is being used to configure the compiler, then CMake must be run again. If not using CMake, the new estimator file (the .cuh file) must be included in the project.
6. Re-build the Gpufit project.

Future releases
Expand Down

0 comments on commit f545cb0

Please sign in to comment.