{"id":20402550,"url":"https://github.com/willdunklin/cpp-parallel","last_synced_at":"2026-06-08T05:31:58.398Z","repository":{"id":119680403,"uuid":"570654836","full_name":"willdunklin/cpp-parallel","owner":"willdunklin","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-25T18:23:36.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T01:45:14.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willdunklin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T18:22:43.000Z","updated_at":"2022-11-25T18:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ddd4031-845b-462d-a92b-7c1e2113da6e","html_url":"https://github.com/willdunklin/cpp-parallel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willdunklin/cpp-parallel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Fcpp-parallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Fcpp-parallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Fcpp-parallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Fcpp-parallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willdunklin","download_url":"https://codeload.github.com/willdunklin/cpp-parallel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Fcpp-parallel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T04:54:40.429Z","updated_at":"2026-06-08T05:31:58.375Z","avatar_url":"https://github.com/willdunklin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting default C++ project\n1. Make sure you have a C++ compiler that can target C++17 or higher.\n\n2. Install cmake: https://cmake.org/download/\n\n3. Install ninja. Easiest way is probably from pip: `python -m pip install ninja`\n    - Otherwise, see https://ninja-build.org/ for instructions.\n\n4. Configure cmake build: `cmake -G Ninja -S . -B build`\n\n5. Build project: `cmake --build build`\n\n6. Run project: `./build/Parallel`\n\n## GPU Acceleration\n7. For GPU compilation read this article: https://developer.nvidia.com/blog/accelerating-standard-c-with-gpus-using-stdpar/\n    - Make sure you install `nvc++`\n    - Make sure you compile manully (without the CMake commands) with the `-stdpar` flag as per the article's example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldunklin%2Fcpp-parallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilldunklin%2Fcpp-parallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldunklin%2Fcpp-parallel/lists"}