Skip to content

Commit 16f7d73

Browse files
daniandthewebMika Laitio
authored and
Mika Laitio
committed
Fixed export
1 parent 50e36ce commit 16f7d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binfo/env/env_rocm_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export ROCM_PATH=${ROCM_HOME}
22
export HIP_HOME=${ROCM_HOME}
33
export LLVM_HOME=${ROCM_HOME}
4-
export MAGMA_HOME==${ROCM_HOME}
4+
export MAGMA_HOME=${ROCM_HOME}
55

66
export LD_LIBRARY_PATH=${ROCM_HOME}/lib64:${LD_LIBRARY_PATH}
77
export LD_LIBRARY_PATH=${ROCM_HOME}/lib:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)