{"id":18021111,"url":"https://github.com/divinenaman/parallel-convolution","last_synced_at":"2025-04-04T17:22:36.083Z","repository":{"id":109739846,"uuid":"435981090","full_name":"divinenaman/parallel-convolution","owner":"divinenaman","description":"Parallel Convolution using openMPI","archived":false,"fork":false,"pushed_at":"2021-12-20T18:04:46.000Z","size":234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T02:44:30.564Z","etag":null,"topics":["openmpi","parallel-programming"],"latest_commit_sha":null,"homepage":"","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/divinenaman.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":"2021-12-07T18:08:19.000Z","updated_at":"2023-03-07T03:29:54.000Z","dependencies_parsed_at":"2023-06-26T02:05:01.099Z","dependency_job_id":null,"html_url":"https://github.com/divinenaman/parallel-convolution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divinenaman%2Fparallel-convolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divinenaman%2Fparallel-convolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divinenaman%2Fparallel-convolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divinenaman%2Fparallel-convolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divinenaman","download_url":"https://codeload.github.com/divinenaman/parallel-convolution/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217652,"owners_count":20903099,"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":["openmpi","parallel-programming"],"created_at":"2024-10-30T06:08:48.450Z","updated_at":"2025-04-04T17:22:36.060Z","avatar_url":"https://github.com/divinenaman.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel Convolution using openMPI\n\n## Parallelized Algorithm for calculating convulation of a matrix using a specific kernel. This implementation works but has much room for improvements and I'll try to update it accordingly. \n\n\u003cbr /\u003e\n\n# How it works (In brief)\n\n\n![](./doc/padded_input.png)\n\n![](./doc/useful_padded_input.png)\n\n![](./doc/data_decomposition.png)\n\n\u003cbr /\u003e\n\n# Results\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eSystem Name\u003c/th\u003e\n        \u003cth\u003eSystem Config\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eA\u003c/th\u003e\n        \u003cth\u003e\n            Cores: 2, Ram: 4GB DDR3 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eB\u003c/th\u003e\n        \u003cth\u003e\n            Cores: 4, Ram: 4GB DDR4 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eSystem\u003c/th\u003e\n        \u003cth\u003eInput Size\u003c/th\u003e\n        \u003cth\u003eTime (s)\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eA\u003c/th\u003e\n        \u003cth\u003e\n            100 \n        \u003c/th\u003e\n        \u003cth\u003e\n            4.5 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eA\u003c/th\u003e\n        \u003cth\u003e\n            265 \n        \u003c/th\u003e\n        \u003cth\u003e\n            8.5 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eSystem\u003c/th\u003e\n        \u003cth\u003eInput Size\u003c/th\u003e\n        \u003cth\u003eTime (s)\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eB\u003c/th\u003e\n        \u003cth\u003e\n            100 \n        \u003c/th\u003e\n        \u003cth\u003e\n            0.07 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth\u003eB\u003c/th\u003e\n        \u003cth\u003e\n            265 \n        \u003c/th\u003e\n        \u003cth\u003e\n            1.9 \n        \u003c/th\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivinenaman%2Fparallel-convolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivinenaman%2Fparallel-convolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivinenaman%2Fparallel-convolution/lists"}