Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

dev branch: What is opennn_cuda ? #308

Open shleym2000 opened 1 month ago

shleym2000 commented 1 month ago

The config file has the following include directive referring to a library outside of the opennn project directory

#include "../../opennn_cuda/CudaOpennn/kernel.cuh"

IF you are using this library, you'd better include it into the project or give a specific directory where to get it.