Add ROCM GPU Config
This commit is contained in:
parent
8b88430554
commit
0eaa505631
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -60,6 +60,9 @@ export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock
|
||||||
export GOPATH=~/.local/share/go
|
export GOPATH=~/.local/share/go
|
||||||
export GOBIN=~/.local/bin/go
|
export GOBIN=~/.local/bin/go
|
||||||
|
|
||||||
|
# ROCM
|
||||||
|
export HSA_OVERRIDE_GFX_VERSION=10.3.0 # RX 6650 XT
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
## Aliases ##
|
## Aliases ##
|
||||||
#################################
|
#################################
|
||||||
|
|
Loading…
Reference in a new issue