Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psteinb/meetingcpp2015
repository for slides and code examples for my MeetingCpp talk in 2015
https://github.com/psteinb/meetingcpp2015
Last synced: 21 days ago
JSON representation
repository for slides and code examples for my MeetingCpp talk in 2015
- Host: GitHub
- URL: https://github.com/psteinb/meetingcpp2015
- Owner: psteinb
- License: cc-by-4.0
- Created: 2015-11-06T15:49:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T10:18:34.000Z (about 9 years ago)
- Last Synced: 2023-03-22T18:55:12.395Z (almost 2 years ago)
- Language: JavaScript
- Size: 38.3 MB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# meetingcpp2015
This is my repository for slides and code examples for my MeetingC++ talk, Dec 5th 2015, in Berlin.
# Slides
The slides can be viewed under [this URL](https://idisk.mpi-cbg.de/~steinbac/meetingcpp2015) or locally by opening index.html with a browser of your choice (chrome/chromium and firefox give the best results).
# Video Recording
A video recording of the talk is available on [youtube](https://www.youtube.com/watch?v=z43l_LaOqnM).
# Dependencies
If you wanto to buil the slides, you need:
* pandoc
* [pandocfilters](https://github.com/psteinb/pandocfilters)
* texlive or similar latex suite
* pgf (version 3.0 or higher)
* GNU makeIf anything does not build, please let me know.
The cude examples were tested under CUDA 7 and hcc/master of Dec 1st, 2015.
# License
C++ on GPUs done right? by Peter Steinbach is licensed under a Creative Commons Attribution 4.0 International License.