3bc69394d0
* FBA-29, FBA-69, multiple rocm support, shared library conflicts Changes to resolve: 1) Multiple rocm release installation support 2) Multiple rocm shared lib conflicts 3) Add the so versioning also
6 строки
58 B
Bash
Исполняемый файл
6 строки
58 B
Bash
Исполняемый файл
#!/bin/bash
|
|
|
|
if [ -L "/opt/rocm" ]
|
|
unlink /opt/rocm
|
|
fi
|