Skip to content

Instantly share code, notes, and snippets.

View augustin-laurent's full-sized avatar

Augustin Laurent augustin-laurent

View GitHub Profile
@augustin-laurent
augustin-laurent / rocm_arch_guide.md
Last active November 14, 2024 18:21
ROCm Installation guide on Arch
Date of the guide : December 17, 2023

Introduction

In this post, I will provide the solution that worked on my system on how to install Radeon Open Compute (ROCm) on Arch (linux-6.6.7.arch1-1) for RX 6900 XT (Should work on other 6000 series). ROCm is an open-source software platform that allows GPU-accelerated computation. This tool is a prerequist to use GPU Acceleration on TensorFlow or PyTorch. In this guide I will use Paru as my AUR package helper, feel free to use any other (https://wiki.archlinux.org/title/AUR_helpers). I will assume you have a working operating system and know what you do with it (Otherwise Arch will be painfull for you).

@augustin-laurent
augustin-laurent / rocm_installation_guide_6900xt.md
Last active December 3, 2023 17:47
My tutorial on how to install ROCm for RX 6900 XT, with Tensorflow on Ubuntu 22.04
December 3rd 2023

Introduction

In this post, I will provide the solution that worked on my system on how to install Radeon Open Compute (ROCm) on Ubuntu 22.04 for RX 6900 XT (Should work on other 6000 series). ROCm is an open-source software platform that allows GPU-accelerated computation. This tool is a prerequist to use GPU Acceleration on TensorFlow or PyTorch.

Prerequisites