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 ## #################################