f653c8c999
Fix hip-nvcc install warning on postinstall and prerm script
9 satır
114 B
Bash
Çalıştırılabilir Dosya
9 satır
114 B
Bash
Çalıştırılabilir Dosya
#!/bin/bash
|
|
|
|
ROCMDIR=@ROCM_PATH@
|
|
HIPDIR=$ROCMDIR/hip
|
|
|
|
if [ -d $ROCMDIR] ; then
|
|
ln -s -f $ROCMDIR /opt/rocm
|
|
fi
|