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

C++11 threads #83

Open
ibell opened this issue Sep 1, 2017 · 2 comments
Open

C++11 threads #83

ibell opened this issue Sep 1, 2017 · 2 comments

Comments

@ibell
Copy link

ibell commented Sep 1, 2017

How about also adding C++11 threads into the mix? I've had quite good experience with them (I have a forthcoming J. Res. NIST paper on that topic, and our other NIST colleagues have used them in things like HTGS). I'm especially curious to get some good benchmarks in order to to figure out what is up with the workhorse 16-core machine I just acquired and for which I cannot achieve anything close to linear speedup with C++11 threads.

@tkphd tkphd added this to the benchmarks milestone Sep 1, 2017
@tkphd
Copy link
Collaborator

tkphd commented Sep 1, 2017

At a glance, C++11 threads look more similar to pthreads than OpenMP, but I'll study the option more closely.

@tkphd
Copy link
Collaborator

tkphd commented Sep 1, 2017

For my reference:
http://www.alecjacobson.com/weblog/?p=4544

@tkphd tkphd modified the milestones: benchmarks, v2.0 Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants