DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

Openmp #11

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Added possibility to computeValues of units of a layer in parallel via OpenMP. To use it, compile with -DOPENMP -fopenmp flags. The number of threads used is set automatically at the moment.