From 0eaa505631613bc61f8496b2f2118b5806f16ec8 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 2 Jun 2024 19:06:54 +0200 Subject: [PATCH] Add ROCM GPU Config --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 75489f5..9146af7 100644 --- a/.bashrc +++ b/.bashrc @@ -60,6 +60,9 @@ export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock export GOPATH=~/.local/share/go export GOBIN=~/.local/bin/go +# ROCM +export HSA_OVERRIDE_GFX_VERSION=10.3.0 # RX 6650 XT + ################################# ## Aliases ## #################################