🌐
GitHub
github.com › ROCm › pyrsmi
GitHub - ROCm/pyrsmi: python package of rocm-smi-lib · GitHub
python package of rocm-smi-lib. Contribute to ROCm/pyrsmi development by creating an account on GitHub.
Starred by 25 users
Forked by 10 users
Languages   Python
🌐
GitHub
github.com › ROCm › TheRock
GitHub - ROCm/TheRock: The HIP Environment and ROCm Kit - A lightweight open source build system for HIP and ROCm · GitHub
You can install the rocm Python package for any architecture inside a venv and run offload-arch from there:
Starred by 1.1K users
Forked by 273 users
Languages   Python 85.2% | CMake 10.3% | Shell 2.2% | PowerShell 1.0% | HTML 0.7% | Dockerfile 0.5%
🌐
GitHub
github.com › ROCm › rocm-docs-core
GitHub - ROCm/rocm-docs-core: ROCm Documentation Python package for ReadTheDocs build standardization · GitHub
ROCm Documentation Python package for ReadTheDocs build standardization - ROCm/rocm-docs-core
Starred by 16 users
Forked by 22 users
Languages   Python 43.6% | CSS 42.8% | Jinja 6.3% | HTML 3.5% | JavaScript 1.8% | Just 1.0%
🌐
GitHub
github.com › ROCm › hip-python
GitHub - ROCm/hip-python: HIP Python Low-level Bindings · GitHub
This repository provides low-level Python and Cython Bindings for HIP and an interoperability layer for CUDA® Python programs (Python and Cython). Currently, only Linux is supported (prebuilt packages and code).
Starred by 39 users
Forked by 8 users
Languages   Cython
🌐
GitHub
github.com › ROCm › TheRock › blob › main › RELEASES.md
TheRock/RELEASES.md at main · ROCm/TheRock
The packages are defined in the build_tools/packaging/python/templates/ directory. ... OS-specific core of the ROCm SDK (e.g.
Author   ROCm
🌐
GitHub
github.com › ROCmSoftwarePlatform
ROCm Software Platform · GitHub
August 24, 2022 - ROCm Tracer Callback/Activity Library for Performance tracing AMD GPU's · C++ 1 1 · rfcs · rfcs Public archive · Forked from pytorch/rfcs · PyTorch RFCs (experimental) torchrec_private · torchrec_private Public archive · Python · 1 result for all repositories written in Python sorted by last updated ·
🌐
GitHub
gist.github.com › damico › 484f7b0a148a0c5f707054cf9c0a0533
Script for testing PyTorch support with AMD GPUs using ROCM · GitHub
You can run PyTorch code inside of: (amd) mruserbox@guru-X99:/media/10TB_HHD/_AMD$ rocm-smi ======================= ROCm System Management Interface ======================= ================================= Concise Info ================================= GPU Temp (DieEdge) AvgPwr SCLK MCLK Fan Perf PwrCap VRAM% GPU% 0 56.0c 13.0W 500Mhz 96Mhz 0% auto 215.0W 0% 0% ================================================================================ ============================= End of ROCm SMI Log ============================== ... I already found the problem brother, i had to add my user to vide and render group, i did the follow · sudo usermod -a -G video mruserbox sudo usermod -a -G render mruserbox ... (amd) mruserbox@guru-X99:/media/10TB_HHD/_AMD$ python test.py Checking ROCM support...
🌐
GitHub
github.com › ROCm › rocm-install-on-windows
GitHub - ROCm/rocm-install-on-windows · GitHub
For Linux-related installation information, refer to the Linux installation GitHub repository or the ROCm docs Linux install page. For a quick-start build, use the following code. For more options and detail, refer to Building documentation. cd docs pip3 install -r sphinx/requirements.txt python3 ...
Starred by 31 users
Forked by 13 users
Find elsewhere
🌐
PyTorch
pytorch.org › blog › pytorch-for-amd-rocm-platform-now-available-as-python-package
PyTorch for AMD ROCm™ Platform now available as Python package – PyTorch
March 24, 2021 - A current list of supported GPUs can be found in the ROCm Github repository. After confirming that the target system includes supported GPUs and the current 4.0.1 release of ROCm, installation of PyTorch follows the same simple Pip-based installation as any other Python package.
🌐
GitHub
github.com › ROCm › rocCV
GitHub - ROCm/rocCV: rocCV is an efficient GPU-accelerated library for image pre- and post-processing, powered by AMD's HIP platform
python roccv-setup.py --rocm_path [ROCm Installation Path - optional (default:/opt/rocm)]
Forked by 5 users
Languages   C++ 84.3% | Python 11.3% | CMake 4.0% | C++ 84.3% | Python 11.3% | CMake 4.0%
🌐
GitHub
github.com › computerguy2030 › pytorch-rocm-amd
GitHub - computerguy2030/pytorch-rocm-amd: Tensors and Dynamic neural networks in Python with strong GPU acceleration · GitHub
Tensors and Dynamic neural networks in Python with strong GPU acceleration - computerguy2030/pytorch-rocm-amd
Author   computerguy2030
🌐
GitHub
github.com › topics › rocm
rocm · GitHub Topics · GitHub
March 15, 2021 - OpenAI compatible), predefined voices, voice cloning, and large audiobook-scale text processing. Runs accelerated on NVIDIA (CUDA), AMD (ROCm), and CPU. python text-to-speech ai cuda web-ui api-server pytorch tts speech-synthesis rocm chatterbox speech-synthesis-api tts-api voice-cloning fastapi huggingface openai-api audio-generation chatterbox-tts
🌐
GitHub
github.com › rocm
AMD ROCm™ Software
May 8, 2026 - To learn more about ROCm, check out our Documentation, Examples, and Developer Hub. If you have questions or need help, reach out to us on GitHub. ... FlyDSL is the Python front‑end of the project: Flexible LaYout DSL.
🌐
GitHub
github.com › ROCm › numba-hip
GitHub - ROCm/numba-hip: HIP backend patch for Numba, the NumPy aware dynamic Python compiler using LLVM. · GitHub
HIP backend patch for Numba, the NumPy aware dynamic Python compiler using LLVM. - ROCm/numba-hip
Starred by 20 users
Forked by 6 users
Languages   Python 99.9% | Cuda 0.1%
🌐
Medium
medium.com › @guinmoon › building-rocm-7-1-and-pytorch-on-windows-for-unsupported-gpus-my-hands-on-guide-0758d2d2b334
Building ROCm 7.1 and PyTorch on Windows for Unsupported GPUs: My Hands-On Guide | by Artem Savkin | Medium
November 21, 2025 - # Adjust path if needed cd C:\Python312\ New-Item -ItemType SymbolicLink -Name "python3.exe" -Target "C:\Python312\python.exe" ... git clone https://github.com/ROCm/TheRock.git cd TheRock # This commit worked for me; later ones broke my gfx1030 git checkout -q --detach e060adb724b23da94b6913296f828fb56c28e196 python -m venv .venv .\.venv\Scripts\activate pip install -r requirements.txt python ./build_tools/fetch_sources.py # Downloads submodules and patches
🌐
GitHub
github.com › ROCm › rocm-examples
GitHub - ROCm/rocm-examples: A collection of examples for the ROCm software stack · GitHub
This repository is a collection of examples to enable new users to start using ROCm, as well as provide more advanced examples for experienced users.
Starred by 293 users
Forked by 91 users
Languages   C++ 56.2% | Cuda 13.2% | CMake 13.0% | Makefile 10.2% | Python 3.7% | C 1.6%
🌐
GitHub
github.com › ROCm › rocm-simulation
GitHub - ROCm/rocm-simulation · GitHub
To get started, developers can easily get started using prebuilt ROCm Taichi Docker images and explore examples in ROCm blogs and Taichi documentation. gsplat is an open-source library for GPU-accelerated differentiable rasterization of 3D gaussians with Python bindings.
Author   ROCm
🌐
GitHub
github.com › ROCm › rocPyDecode
GitHub - ROCm/rocPyDecode: rocPyDecode is a set of Python bindings to rocDecode C++ library which provides full HW acceleration for video decoding on AMD GPUs.
rocPyDecode is a set of Python bindings to rocDecode C++ library which provides full HW acceleration for video decoding on AMD GPUs. - ROCm/rocPyDecode
Starred by 3 users
Forked by 10 users
Languages   C++ 60.1% | Python 23.5% | CMake 16.4% | C++ 60.1% | Python 23.5% | CMake 16.4%
🌐
GitHub
github.com › orgs › ROCm › repositories
ROCm repositories · GitHub
June 3, 2026 - ROCm/FlyDSL’s past year of commit activity · FlyDSL is the Python front‑end of the project: Flexible LaYout DSL. performancedeep-learninggpu+ 4 · performancedeep-learninggpuamdgpucutemlirpython-dsl · Python• · Other•7676 forks•221221 stars•5252 issues•4848 pull requests•Updated ·