Skip to content

Commit dd3f0ca

Browse files
committed
Add Parallel STL for CPU and GPU by Michael Wong, Gordon Brown, Ruyman Reyes, Christopher Dibella
1 parent a3c378c commit dd3f0ca

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ and code from [CppCon 2017](http://cppcon.org).
5454
- [Migrating a C++03 library to C++11 case study, Wt 4](Presentations/Migrating%20a%20C%2B%2B03%20library%20to%20C%2B%2B11%20case%20study%2C%20Wt%204/Migrating%20a%20C%2B%2B03%20library%20to%20C%2B%2B11%20case%20study%2C%20Wt%204%20-%20Roel%20Standaert%20-%20CppCon%202017.pdf) by Roel Standaert
5555
- [Mocking Frameworks Considered Harmful](Presentations/Mocking%20Frameworks%20Considered%20Harmful/Mocking%20Frameworks%20Considered%20Harmful%20-%20Peter%20Sommerlad%20-%20CppCon%202017.pdf) by Peter Sommerlad
5656
- [Optimizations and Debug Quality](Presentations/Optimizations%20and%20Debug%20Quality/Optimizations%20and%20Debug%20Quality%20-%20Samy%20Bahra%20-%20CppCon%202017.pdf) by Samy Bahra
57+
- [Parallel STL for CPU and GPU](Presentations/Parallel%20STL%20for%20CPU%20and%20GPU/Parallel%20STL%20for%20CPU%20and%20GPU%20-%20Michael%20Wong%2C%20Gordon%20Brown%2C%20Ruyman%20Reyes%2C%20Christopher%20Dibella%20-%20CppCon%202017.pdf) by Michael Wong, Gordon Brown, Ruyman Reyes, Christopher Dibella
5758
- [Postmodern C++](Presentations/Postmodern%20C%2B%2B/Postmodern%20C%2B%2B%20-%20Tony%20Van%20Eerd%20-%20CppCon%202017.pdf) by Tony Van Eerd
5859
- [Practical Techniques for Improving C++ Build Times](Presentations/Practical%20Techniques%20for%20Improving%20C%2B%2B%20Build%20Times/Practical%20Techniques%20for%20Improving%20C%2B%2B%20Build%20Times%20-%20Dmitry%20Panin%20-%20CppCon%202017.pdf) by Dmitry Panin
5960
- [Programming with C++ Constraints](Presentations/Programming%20with%20C%2B%2B%20Constraints/Programming%20with%20C%2B%2B%20Constraints%20-%20Walter%20E%20Brown%20-%20CppCon%202017.pdf) by Walter E Brown

0 commit comments

Comments
 (0)