{"id":31931316,"url":"https://github.com/anthongretter/spmv-cuda-analysis","last_synced_at":"2025-10-14T04:33:47.908Z","repository":{"id":293534542,"uuid":"940516481","full_name":"anthongretter/spmv-cuda-analysis","owner":"anthongretter","description":"A analysis on different approaches on Sparse Matrix-Vector Multiplication (SpMV) on GPU using CUDA","archived":false,"fork":false,"pushed_at":"2025-10-05T01:06:16.000Z","size":28517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T03:23:14.358Z","etag":null,"topics":["cuda","gpu","matrix-computations","spmv","unitn"],"latest_commit_sha":null,"homepage":"","language":"Cuda","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthongretter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-28T10:09:08.000Z","updated_at":"2025-10-05T01:06:19.000Z","dependencies_parsed_at":"2025-10-05T03:23:48.974Z","dependency_job_id":"cdc46cab-1438-4ff7-bd42-db7e2748752f","html_url":"https://github.com/anthongretter/spmv-cuda-analysis","commit_stats":null,"previous_names":["anthongretter/gpu-computing-2025-259030","anthongretter/spmv-cuda-analysis"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/anthongretter/spmv-cuda-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthongretter%2Fspmv-cuda-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthongretter%2Fspmv-cuda-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthongretter%2Fspmv-cuda-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthongretter%2Fspmv-cuda-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthongretter","download_url":"https://codeload.github.com/anthongretter/spmv-cuda-analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthongretter%2Fspmv-cuda-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017942,"owners_count":26086213,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["cuda","gpu","matrix-computations","spmv","unitn"],"created_at":"2025-10-14T04:33:35.903Z","updated_at":"2025-10-14T04:33:47.899Z","avatar_url":"https://github.com/anthongretter.png","language":"Cuda","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpMV evaluation\nAnthon Porath Gretter - 259030\n\n## Building\nBefore building, make sure you have **CUDA/11.8.0** installed and loaded.\nTo build the desired implementation you can simply type\n```shell\nmake spmv_\u003cimplementation name\u003e\n```\nWhere \u003c_implementation name_\u003e can be `cpu_csr`, `gpu_mem`, `gpu_unrl` or `gpu_dyn`.\nOr even, to build all CPU or/and all GPU implementations¹ just run:\n```shell\nmake cpu\nmake gpu\n```\nYou can always add additional jobs to make, like `-j8`, to enhance compilation time.\n\n## Usage\nTo run, provide a valid `.mtx` file alongside the desired implementation call.\nThere are some `.mtx` included in the **resources** directory². Below sits an example:\n```shell\n./spmv_gpu_mem ./resources/rim.mtx\n```\n\n\u003e [1] _the implementations are compiled separately\n\u003e due to the usage of Compile-time Conditional Inclusion. \n\u003e So if make does not do that automatically,\n\u003e please make sure there are no object files from previous compilations._\\\n\u003e [2] _All available matrix market files were gathered from https://sparse.tamu.edu/_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthongretter%2Fspmv-cuda-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthongretter%2Fspmv-cuda-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthongretter%2Fspmv-cuda-analysis/lists"}