Skip to content

Commit 0097480

Browse files
committed
updated customization documentation
1 parent a47478a commit 0097480

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/customization.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Compare model_id with the defined model of the new model and call the calculate
9797
break;
9898
}
9999
100-
6. If using CMAKE to configure the build properties, the new .cuh file name must be added to the list of CUDA headers
100+
6. If using CMAKE to configure the build properties, the new .cuh file name must be added to the list of CUDA headers
101101
in the CMakeLists.txt file is located in the Gpufit\Gpufit subdirectory. Specifically, the following section must be
102102
modified to include the new filename.
103103

@@ -310,6 +310,26 @@ For the calculation of the Hessian.
310310
.
311311
.
312312
313+
5. If using CMAKE to configure the build properties, the new .cuh file name must be added to the list of CUDA headers
314+
in the CMakeLists.txt file is located in the Gpufit\Gpufit subdirectory. Specifically, the following section must be
315+
modified to include the new filename.
316+
317+
.. code-block:: cpp
318+
319+
set( GpuCudaHeaders
320+
linear_1d.cuh
321+
gauss_1d.cuh
322+
gauss_2d.cuh
323+
gauss_2d_rotated.cuh
324+
gauss_2d_elliptic.cuh
325+
cauchy_2d_elliptic.cuh
326+
lse.cuh
327+
mle.cuh
328+
cuda_gaussjordan.cuh
329+
cuda_kernels.cuh
330+
gpu_data.cuh
331+
)
332+
313333
Future releases
314334
---------------
315335

0 commit comments

Comments
 (0)