Changes for multiple ROCm installation (#1771)

* 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

[ROCm/hip commit: 3bc69394d0]
This commit is contained in:
paulfreddy
2020-01-21 00:47:35 -08:00
committed by Maneesh Gupta
parent 7fdfabf210
commit e47b0a4152
16 changed files with 128 additions and 50 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ popd () {
command popd "$@" > /dev/null
}
ROCMDIR=/opt/rocm
ROCMDIR=@ROCM_PATH@
HIPDIR=$ROCMDIR/hip
([ ! -d $ROCMDIR ] || [ ! -d $HIPDIR ]) && exit 0