StraightforwardNeuralNetwork icon indicating copy to clipboard operation
StraightforwardNeuralNetwork copied to clipboard

Use OpenMP to parallelize neuron calculation

Open MatthieuHernandez opened this issue 4 years ago • 0 comments

Use this line to parallelize the loop for in the layers: #pragma omp parallel for num_threads(/*number of logical cores*/) schedule(runtime)

MatthieuHernandez avatar Mar 15 '21 14:03 MatthieuHernandez