{"id":27111809,"url":"https://github.com/colesmcintosh/pycuda-numpy-vector-ops","last_synced_at":"2026-04-28T08:03:25.088Z","repository":{"id":286513680,"uuid":"961629290","full_name":"colesmcintosh/pycuda-numpy-vector-ops","owner":"colesmcintosh","description":"Accelerating NumPy Vector Operations with PyCUDA","archived":false,"fork":false,"pushed_at":"2025-04-06T22:40:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T22:08:41.200Z","etag":null,"topics":["cuda-programming","numpy","pycuda"],"latest_commit_sha":null,"homepage":"https://colab.research.google.com/drive/1ZhezfdgtMdAxHiMzUbVaizith8ILLreq?usp=sharing","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/colesmcintosh.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":"2025-04-06T22:33:57.000Z","updated_at":"2025-04-06T22:40:48.000Z","dependencies_parsed_at":"2025-04-06T23:36:18.305Z","dependency_job_id":null,"html_url":"https://github.com/colesmcintosh/pycuda-numpy-vector-ops","commit_stats":null,"previous_names":["colesmcintosh/pycuda-numpy-vector-ops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colesmcintosh/pycuda-numpy-vector-ops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colesmcintosh%2Fpycuda-numpy-vector-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colesmcintosh%2Fpycuda-numpy-vector-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colesmcintosh%2Fpycuda-numpy-vector-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colesmcintosh%2Fpycuda-numpy-vector-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colesmcintosh","download_url":"https://codeload.github.com/colesmcintosh/pycuda-numpy-vector-ops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colesmcintosh%2Fpycuda-numpy-vector-ops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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-programming","numpy","pycuda"],"created_at":"2025-04-07T01:24:53.247Z","updated_at":"2026-04-28T08:03:25.023Z","avatar_url":"https://github.com/colesmcintosh.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Accelerating NumPy Vector Operations with PyCUDA\nThis notebook demonstrates how to accelerate large-scale NumPy operations using GPU programming in Python via [PyCUDA](https://documen.tician.de/pycuda/).\n\nWe compare traditional CPU-based NumPy operations with a GPU-accelerated fused multiply-add (FMA) operation:\n\n\u003e The operation is defined as $c[i] = a[i] \\times b[i] + d[i]$.\n\nThe notebook uses:\n- Pinned (page-locked) memory for faster host-device transfers\n- CUDA streams for asynchronous execution\n- Event timing for accurate benchmarks\n\nThe result is a fast, validated comparison of NumPy vs PyCUDA performance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolesmcintosh%2Fpycuda-numpy-vector-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolesmcintosh%2Fpycuda-numpy-vector-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolesmcintosh%2Fpycuda-numpy-vector-ops/lists"}