parallel-cpp

所属分类:C/C++基础
开发工具:TeX
文件大小:0KB
下载次数:0
上传日期:2023-09-03 16:48:48
上 传 者sh-1993
说明:  用C++23并行编程,
(Parallel programming with C++23,)

文件列表:
.devcontainer/ (0, 2023-09-03)
.devcontainer/Dockerfile (161, 2023-09-03)
.devcontainer/devcontainer.json (96, 2023-09-03)
.vscode/ (0, 2023-09-03)
.vscode/extensions.json (80, 2023-09-03)
.vscode/settings.json (500, 2023-09-03)
LICENSE.md (15960, 2023-09-03)
book.bib (3788, 2023-09-03)
book.tex (674, 2023-09-03)
build/ (0, 2023-09-03)
build/.keep (39, 2023-09-03)
build/mint/ (0, 2023-09-03)
build/mint/4C716862023146E25FFF5643B5EAA8FE8DDC32519B32FD91BD29D55B15C9C4B6.pygtex (1162, 2023-09-03)
build/mint/CC6B40E5AAF791E5C835F8EF7705D0ECBF22040E6CCC683EEDF1DBC21398EF59.pygtex (1105, 2023-09-03)
build/mint/DA7E5AFF9988C584A1E462A0F45B340EF23E41F1529A6E97D044A75D34DA9B64.pygtex (944, 2023-09-03)
build/mint/default-pyg-prefix.pygstyle (7889, 2023-09-03)
build/mint/xcode.pygstyle (7699, 2023-09-03)
chapters/ (0, 2023-09-03)
chapters/00_title_page.tex (817, 2023-09-03)
chapters/01_preface.log (0, 2023-09-03)
chapters/01_preface.tex (1558, 2023-09-03)
chapters/02_introduction.tex (1793, 2023-09-03)
chapters/03_concepts.tex (22961, 2023-09-03)
chapters/04_syntax_cpp23.tex (18755, 2023-09-03)
chapters/05_syntax_openmp.tex (17081, 2023-09-03)
chapters/06_syntax_sycl.tex (12682, 2023-09-03)
chapters/07_algorithms_ml.tex (10450, 2023-09-03)
chapters/08_algorithms_sorting.tex (17676, 2023-09-03)
chapters/10_datastructures.tex (440, 2023-09-03)
chapters/10_messagepassing.tex (1179, 2023-09-03)
code_examples/ (0, 2023-09-03)
code_examples/.idea/ (0, 2023-09-03)
code_examples/.idea/code_examples.iml (97, 2023-09-03)
code_examples/.idea/misc.xml (137, 2023-09-03)
code_examples/.idea/modules.xml (278, 2023-09-03)
code_examples/.idea/vcs.xml (183, 2023-09-03)
code_examples/CMakeLists.txt (942, 2023-09-03)
... ...

# Parallel Programming in C++ This repository contains the LaTeX source and C++ code samples for lecture notes on Parallel Programming in C++. ## Changelog - `0.1.0` First pre-release ## Building from sources The repository is configured with VSCode devcontainer support. (This support comes largely from Simon Toth! Cheers!) Make sure that you have VSCode and Docker installed, then simply open the repository in VSCode. You will be prompted to reopen the project in a docker image. VSCode is configured to use the LaTeX Workshop extension. To build the PDF simply press `CTRL+ALT+B` or select `LaTeX Workshop: Build LaTeX Project` from the command palette. Note that due to the high number of code examples, the build does take a while. The resulting PDF will be in the build folder. ### Code samples Most code files have wrapping main files that exercise both the build and also contain `assert` expressions that verify correctness of the code. The `verify.sh` shell script will build all (except for a few that don't compile with GCC 11) examples, and then run each of them to validate all asserts. ### Lecture notes To build the PDF of the lecture notes, issue `pdflatex -interaction nonstopmode --shell-escape -output-directory="build" book`.

近期下载者

相关文件


收藏者