{"id":20237313,"url":"https://github.com/cpplawyer/cudaqueue","last_synced_at":"2026-05-13T02:31:14.054Z","repository":{"id":255762944,"uuid":"500081766","full_name":"cppLawyer/cudaQueue","owner":"cppLawyer","description":"Queue Datastructure for Nvidia Cuda Devices. Optimized all memory is allocated on Nvidia Cuda Device for optimal use. Usable in device code","archived":false,"fork":false,"pushed_at":"2022-06-06T10:47:10.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T14:36:36.849Z","etag":null,"topics":[],"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/cppLawyer.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}},"created_at":"2022-06-05T11:45:08.000Z","updated_at":"2022-06-05T12:40:10.000Z","dependencies_parsed_at":"2024-09-07T02:44:01.583Z","dependency_job_id":"d38cf4c7-d6d8-47a4-9b06-6144071cf1a6","html_url":"https://github.com/cppLawyer/cudaQueue","commit_stats":null,"previous_names":["cpplawyer/cudaqueue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cppLawyer/cudaQueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2FcudaQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2FcudaQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2FcudaQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2FcudaQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppLawyer","download_url":"https://codeload.github.com/cppLawyer/cudaQueue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2FcudaQueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32965213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"online","status_checked_at":"2026-05-13T02:00:07.132Z","response_time":115,"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-14T08:26:22.324Z","updated_at":"2026-05-13T02:31:14.030Z","avatar_url":"https://github.com/cppLawyer.png","language":"Cuda","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cudaQueue\n\n- Queue Datastructure for Nvidia Cuda Devices.\n- Optimized all memory is allocated on Cuda Device for optimal use.\n- Usable in device code\n- maintainer of cudacpp Library\n\n\n\nEXAMPLE:\n```\n\ntemplate \u003ctypename T\u003e\n__device__ inline void print(cudacpp::cudaQueue\u003cT\u003e\u0026 value) {\n\tint size = value.size();\n\tfor (int var = 0; var \u003c size; ++var) {\n\t\tprintf(\"%i\\n\", value.front());\n\t\tvalue.pop();\n    }\n}\n\n__device__ inline void fillQueue() {\n\tcudacpp::cudaQueue\u003cint\u003e var;\n\tfor (int i = 0; i \u003c 15; ++i) {\n\t\tvar.push(i * 14 + 1);\n\t}\n\tprint(var);\n}\n\n__global__ void do_something() {\n\tfillQueue();\n}\n\n\n\nint main()\n{\n\tdo_something \u003c\u003c\u003c 1, 1 \u003e\u003e\u003e ();\n\tcudaDeviceSynchronize();\n\tcudaDeviceReset();\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplawyer%2Fcudaqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpplawyer%2Fcudaqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplawyer%2Fcudaqueue/lists"}