{"id":49716283,"url":"https://github.com/rocm/rocm-xio","last_synced_at":"2026-05-08T20:01:40.627Z","repository":{"id":353627351,"uuid":"1059024990","full_name":"ROCm/rocm-xio","owner":"ROCm","description":"A ROCm library for GPU-Initiated IO. This provides support for initiating IO from a ROCm-capable GPU against a range of targets including RDMA NICs, NVMe SSDs and AMD GPU DMA engines (SDMAs).","archived":false,"fork":false,"pushed_at":"2026-05-05T12:55:16.000Z","size":2485,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-05T14:39:50.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HIP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ROCm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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-09-17T22:16:01.000Z","updated_at":"2026-05-03T16:56:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ROCm/rocm-xio","commit_stats":null,"previous_names":["rocm/rocm-xio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ROCm/rocm-xio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ROCm%2Frocm-xio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ROCm%2Frocm-xio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ROCm%2Frocm-xio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ROCm%2Frocm-xio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ROCm","download_url":"https://codeload.github.com/ROCm/rocm-xio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ROCm%2Frocm-xio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-05-08T20:01:37.914Z","updated_at":"2026-05-08T20:01:40.620Z","avatar_url":"https://github.com/ROCm.png","language":"HIP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rocm-xio\n\n[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ROCm/rocm-xio/blob/main/LICENSE.md)\n[![Build](https://github.com/ROCm/rocm-xio/actions/workflows/build-check.yml/badge.svg)](https://github.com/ROCm/rocm-xio/actions/workflows/build-check.yml)\n[![Docs](https://github.com/ROCm/rocm-xio/actions/workflows/docs-check.yml/badge.svg)](https://github.com/ROCm/rocm-xio/actions/workflows/docs-check.yml)\n[![Test](https://github.com/ROCm/rocm-xio/actions/workflows/test-emulate.yml/badge.svg)](https://github.com/ROCm/rocm-xio/actions/workflows/test-emulate.yml)\n[![Spelling](https://github.com/ROCm/rocm-xio/actions/workflows/spell-check.yml/badge.svg)](https://github.com/ROCm/rocm-xio/actions/workflows/spell-check.yml)\n[![Platform](https://img.shields.io/badge/platform-linux-lightgrey.svg)](INSTALL.md)\n[![ROCm](https://img.shields.io/badge/ROCm-supported-green.svg)](https://rocm.docs.amd.com)\n[![Language](https://img.shields.io/badge/language-HIP%20%7C%20C%2B%2B-orange.svg)](https://rocm.docs.amd.com/projects/HIP/en/latest/)\n[![nvme-ep](https://img.shields.io/badge/nvme--ep-supported-green.svg)][ep-nvme]\n[![rdma-ep](https://img.shields.io/badge/rdma--ep-supported-green.svg)][ep-rdma]\n[![sdma-ep](https://img.shields.io/badge/sdma--ep-supported-green.svg)][ep-sdma]\n[![test-ep](https://img.shields.io/badge/test--ep-supported-green.svg)][ep-test]\n\n\u003e [!CAUTION]\n\u003e This release is an *early-access* software technology preview. Running\n\u003e production workloads is *not* recommended.\n\nROCm library for Accelerator-Initiated IO (XIO). Enables AMD GPUs to perform\ndirect IO to NVMe SSDs, RDMA NICs, and SDMA engines from `__device__` code\nwithout CPU intervention.\n\n## Installing and Using rocm-xio\n\nSee [INSTALL.md](INSTALL.md) for dependencies, supported hardware, and build\ninstructions.\n\n## Documentation\n\nFull documentation lives in the [`docs/`](docs/) directory and covers\nbuilding, endpoints, the kernel module, memory modes, and the API\nreference. A hosted version is available at the [documentation\nsite][docs-site].\n\n\u003c!-- References --\u003e\n\n[docs-site]: https://rocm.docs.amd.com/projects/rocm-xio/en/beta-0.1.0/\n[ep-nvme]: https://rocm.docs.amd.com/projects/rocm-xio/en/beta-0.1.0/reference/endpoints.html#nvme-ep-nvme-endpoint\n[ep-rdma]: https://rocm.docs.amd.com/projects/rocm-xio/en/beta-0.1.0/reference/endpoints.html#rdma-ep-rdma-endpoint\n[ep-sdma]: https://rocm.docs.amd.com/projects/rocm-xio/en/beta-0.1.0/reference/endpoints.html#sdma-ep-sdma-endpoint\n[ep-test]: https://rocm.docs.amd.com/projects/rocm-xio/en/beta-0.1.0/reference/endpoints.html#test-ep-test-endpoint\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocm%2Frocm-xio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocm%2Frocm-xio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocm%2Frocm-xio/lists"}