File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff 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
101101in the CMakeLists.txt file is located in the Gpufit\G pufit subdirectory. Specifically, the following section must be
102102modified 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\G pufit 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
You can’t perform that action at this time.
0 commit comments