🌐
GitHub
github.com › ROCm › pyrsmi
GitHub - ROCm/pyrsmi: python package of rocm-smi-lib · GitHub
pyrsmi is a Python package providing system management functionality for AMD GPUs. Version 1.0+ uses the new AMD SMI Library (amdsmi), replacing the deprecated rocm-smi-lib.
Starred by 25 users
Forked by 10 users
Languages   Python
🌐
GitHub
github.com › rocm
AMD ROCm™ Software
May 8, 2026 - AMD ROCm software is AMD's Open Source stack for GPU computation. 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.
🌐
GitHub
github.com › ROCm › rocAL
GitHub - ROCm/rocAL: The AMD rocAL is designed to efficiently decode and process images and videos from a variety of storage formats and modify them through a processing graph programmable by the user. · GitHub
export PATH=$PATH:/opt/rocm/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/lib export PYTHONPATH=/opt/rocm/lib:$PYTHONPATH · Run the steps below to build documentation locally. ... cd docs pip3 install -r sphinx/requirements.txt python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html ... Please email mivisionx.support@amd.com for questions, and feedback on rocAL.
Starred by 24 users
Forked by 24 users
Languages   C++ 78.1% | Python 14.8% | CMake 4.2% | Shell 1.9%
🌐
GitHub
gist.github.com › damico › 484f7b0a148a0c5f707054cf9c0a0533
Script for testing PyTorch support with AMD GPUs using ROCM · GitHub
GOOD: The user roman is in RENDER and VIDEO groups. GOOD: PyTorch ROCM support found. Testing PyTorch ROCM support... Everything fine! You can run PyTorch code inside of: ---> AMD Ryzen 5 5500U with Radeon Graphics ---> gfx90c ... Hi, mine says. `python3 test.py
🌐
GitHub
github.com › ROCm › rocm-docs-core
GitHub - ROCm/rocm-docs-core: ROCm Documentation Python package for ReadTheDocs build standardization · GitHub
Install this repository as a Python package using pip ... From the rocm_docs package import the function setup_rocm_docs into conf.py for the ReadTheDocs project. Call exactly the following, replacing <PROJECT NAME HERE> with the name of the project. ... The rocm-docs-core documentation is viewable at https://rocm.docs.amd.com/projects/rocm-docs-core/en/latest/
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 › 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 › ROCm › rocm-llvm-python
GitHub - ROCm/rocm-llvm-python: Low-level Cython and Python bindings to the (ROCm) LLVM and AMD COMGR C API. Also ships the official LLVM Clang bindings. · GitHub
Low-level Cython and Python bindings to the (ROCm) LLVM and AMD COMGR C API. Also ships the official LLVM Clang bindings. - ROCm/rocm-llvm-python
Author   ROCm
🌐
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 › TheRock
GitHub - ROCm/TheRock: The HIP Environment and ROCm Kit - A lightweight open source build system for HIP and ROCm · GitHub
# Install dependencies following the Windows support guide # Clone the repository git clone https://github.com/ROCm/TheRock.git cd TheRock # Init python virtual environment and install python dependencies python -m venv .venv .venv\Scripts\Activate.bat pip install --upgrade pip pip install -r requirements.txt # Download submodules and apply patches # Note that dvc is used for pulling large files python ./build_tools/fetch_sources.py · The build can be customized through cmake feature flags. ... Not all family and targets are currently supported. See therock_amdgpu_targets.cmake file for available options. In case you don't have an existing ROCm/HIP installation from which you can run any of these tools:
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%
Find elsewhere
🌐
GitHub
github.com › ROCm › amd-rocm-programming-guide
GitHub - ROCm/amd-rocm-programming-guide: AMD ROCm Programming Guide · GitHub
Provide an easily accessible and offline-readable version of the ROCm documentation. Support automated documentation generation workflows and publishing tools. You can build our documentation via the command line using Python.
Forked by 2 users
Languages   CMake
🌐
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
rocCV is an efficient GPU-accelerated ... by AMD's HIP platform. ... As rocCV is in early preview with ROCm 7.0.0, pre-built packages are not yet provided. Packages will be made available with the ROCm 7.1.x release.
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 › ROCm › TheRock › issues › 3054
python packages: No amdsmi package available · Issue #3054 · ROCm/TheRock
January 22, 2026 - Packages like vLLM depend on import amdsmi to work on AMD hardware. As workaround, we currently need to do something like export PYTHONPATH=.venv/lib/python3.12/site-packages/_rocm_sdk_core/share/amd_smi.
Author   ROCm
🌐
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. compiler and utility tools) ... pip freeze | grep rocm # rocm==6.5.0rc20250610 # rocm-sdk-core==6.5.0rc20250610 # rocm-sdk-devel==6.5.0rc20250610 # rocm-sdk-libraries-gfx110X-all==6.5.0rc20250610 · You should also see various tools on your PATH and in the bin directory: which rocm-sdk # .../.venv/bin/rocm-sdk ls .venv/bin # activate amdclang++ hipcc python rocm-sdk # activate.csh amdclang-cl hipconfig python3 rocm-smi # activate.fish amdclang-cpp pip python3.12 roc-obj # Activate.ps1 amdflang pip3 rocm_agent_enumerator roc-obj-extract # amdclang amdlld pip3.12 rocminfo roc-obj-ls
Author   ROCm
🌐
GitHub
github.com › ROCmSoftwarePlatform
ROCm Software Platform · GitHub
August 24, 2022 - ROCm Software Platform Repository. ROCm Software Platform has 9 repositories available. Follow their code on GitHub.
🌐
GitHub
github.com › ROCm › hip-python
GitHub - ROCm/hip-python: HIP Python Low-level Bindings · GitHub
See the HIP Python user guide for more details: https://rocm.docs.amd.com/projects/hip-python/en/latest/index.html · Install ROCM. Install pip, virtual environment and development headers for Python 3: # Ubuntu: sudo apt install python3-pip python3-venv python3-dev ·
Starred by 39 users
Forked by 8 users
Languages   Cython
🌐
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 › 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 › ROCm › releases
Releases · ROCm/ROCm
May 5, 2026 - Hardware support: Builds are limited to AMD Instinct MI350 Series GPUs, MI300 Series GPUs and APUs, Ryzen AI Max+ PRO 300 Series APUs, and Ryzen AI Max 300 Series APUs. See Supported hardware and operating systems. Packaging format: RPM and Debian packages are not available in this initial release. Instead, Python wheels and tarballs are provided. See the ROCm ...
Author   ROCm
🌐
GitHub
github.com › vladmandic › sdnext › wiki › AMD-ROCm
AMD ROCm · vladmandic/sdnext Wiki
export SDNEXT_DOCKER_ROOT_FOLD...thon:/mnt/python \ -v $SDNEXT_DOCKER_ROOT_FOLDER/data:/mnt/data \ -v $SDNEXT_DOCKER_ROOT_FOLDER/models:/mnt/models \ -v $SDNEXT_DOCKER_ROOT_FOLDER/huggingface:/root/.cache/huggingface \ disty0/sdnext-rocm:latest ... It will install the necessary libraries at the first run so it will take a while depending on your internet. Resulting docker image will use 3.2 GB disk space (uncompressed) for the docker image and 20 GB for the venv. For details, see AMD-MIOpen ...
Author   vladmandic
🌐
GitHub
github.com › ROCm › numba-hip
GitHub - ROCm/numba-hip: HIP backend patch for Numba, the NumPy aware dynamic Python compiler using LLVM. · GitHub
We are looking forward to receiving your suggestions, issue reports, and pull requests. Numba is an open source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc.
Starred by 20 users
Forked by 6 users
Languages   Python 99.9% | Cuda 0.1%