Skip to content

Use OpenMP to parallelize neuron calculation #35

@MatthieuHernandez

Description

@MatthieuHernandez

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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions