{"id":15756446,"url":"https://github.com/mre/cudampi","last_synced_at":"2026-04-18T19:31:46.594Z","repository":{"id":11119126,"uuid":"13477852","full_name":"mre/cudampi","owner":"mre","description":"Large hybrid CPU/GPU sorting network using CUDA and MPI","archived":false,"fork":false,"pushed_at":"2013-10-10T20:43:41.000Z","size":1340,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-02T07:50:21.903Z","etag":null,"topics":["algorithms","bucket","bucketsort","cuda","filesystem","gpu","hybrid-cpu","mpi","parallel","sorting-network"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mre.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}},"created_at":"2013-10-10T17:20:44.000Z","updated_at":"2024-05-18T01:56:59.000Z","dependencies_parsed_at":"2022-09-04T06:21:24.480Z","dependency_job_id":null,"html_url":"https://github.com/mre/cudampi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mre/cudampi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fcudampi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fcudampi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fcudampi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fcudampi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mre","download_url":"https://codeload.github.com/mre/cudampi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fcudampi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","bucket","bucketsort","cuda","filesystem","gpu","hybrid-cpu","mpi","parallel","sorting-network"],"created_at":"2024-10-04T09:00:43.113Z","updated_at":"2026-04-18T19:31:46.573Z","avatar_url":"https://github.com/mre.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"CUDAMPI\n=======\n\nA large hybrid CPU/GPU sorting network using CUDA and MPI.\nThe sorting network uses a standard Quicksort for CPUs and a custom\nBitonic Sort for GPUs. These two algorithms were the fastest\nin a number of prior benchmarks.\n\nWe execute the first step of a bucketsort algorithm to presort the data.\nA bucket only contains numbers in a given range.\nWe put each number into its corresponding bucket. This can be done in parallel.\nNow each bucket can be sorted on either a CPU or a GPU.\n\nThe sorting network uses the filesystem as a process management solution.\nTherefore no explicit locks are required.\nMPI/IO is used to write to the filesystem in parallel.\nThe result is a number of sorted files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fcudampi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmre%2Fcudampi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fcudampi/lists"}