-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create "Learn performance" page with resources #212
Comments
Tutorials
Books
|
The good folks at CSinParallel have created https://www.learnpdc.org/, which features https://www.learnpdc.org/PDCBeginners/ -- a complete online introductory textbook about parallel and distributed computing, with executable examples in OpenMP/C. Across learnpdc, the work is very modular and explicitly integrated with well-established principles of teaching PDC. |
Edit: add LLNL Intro to parallel computing tutorial to compilation above |
Edit: merged content from this thread, Masters thesis on OpenCilk |
Edit: add https://www.amazon.com/Art-Multiprocessor-Programming-Maurice-Herlihy/dp/0124159508/. This is the textbook for MIT 6.5080. |
Issues
The website has a 'teach performance' page dedicated to teaching performance engineering, and a 'resources' page dedicated to software that uses OpenCilk, but it lacks a page dedicated to learning performance engineering.
Improvements
We might call the page "Learn performance" and structure it like numpy.org/learn or julialang.org/learning.
Let's use this thread to collect resources to include on the Learn performance page.
The text was updated successfully, but these errors were encountered: