Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenMP support #3

Open
hpwxf opened this issue Nov 27, 2019 · 1 comment
Open

Add OpenMP support #3

hpwxf opened this issue Nov 27, 2019 · 1 comment
Assignees

Comments

@hpwxf
Copy link
Member

hpwxf commented Nov 27, 2019

No description provided.

hpwxf pushed a commit that referenced this issue Feb 11, 2020
@yannrichet
Copy link
Member

That should be used to parallelize

for (arma::uword i = 0; i < theta0.n_rows; i++) { // TODO: use some foreach/pragma to let OpenMP work.

but
if (min_ofn_tmp < min_ofn) {
needs to iterate on parallel output, to select best result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants