{"id":21228840,"url":"https://github.com/anras5/parallel-computing","last_synced_at":"2026-04-29T13:34:22.169Z","repository":{"id":175403144,"uuid":"651180997","full_name":"anras5/Parallel-Computing","owner":"anras5","description":"Comparing CPU and GPU ","archived":false,"fork":false,"pushed_at":"2023-06-15T14:14:43.000Z","size":376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T17:49:56.703Z","etag":null,"topics":["cuda","gpu","openmp"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/anras5.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":"2023-06-08T17:17:59.000Z","updated_at":"2023-06-19T18:16:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b2cfc64-d9ad-4b83-a9d3-0d257a2514ff","html_url":"https://github.com/anras5/Parallel-Computing","commit_stats":null,"previous_names":["anras5/parallel-computing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2FParallel-Computing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2FParallel-Computing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2FParallel-Computing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2FParallel-Computing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anras5","download_url":"https://codeload.github.com/anras5/Parallel-Computing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672380,"owners_count":20328762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cuda","gpu","openmp"],"created_at":"2024-11-20T23:22:28.811Z","updated_at":"2026-04-29T13:34:17.149Z","avatar_url":"https://github.com/anras5.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel Computing\n\n## How to run\n\n### CPU programs\n\n```commandline\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\n### GPU program\n\nYou may want to use `nvidia-run.ps1` script before running `nvcc` compiler. Be sure to set up PATH variables in the\nscript before running it.\n\n```commandline\nmkdir build\ncd build\nmkdir cuda\ncd cuda\nnvcc ../../src/cuda_program.cu -o cuda_program\n```\n\n### Generate CSV\n\n```commandline\npython3 generate.py\n```\n\n### Run\n\n```commandline\n.\\run.ps1\n```\n\n### Run Jupyter Notebook\n```commandline\npython -m pip install requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanras5%2Fparallel-computing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanras5%2Fparallel-computing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanras5%2Fparallel-computing/lists"}