#!/bin/bash
ROCMDIR=@ROCM_PATH@
HIPDIR=$ROCMDIR/hip
if [ -d $ROCMDIR] ; then
ln -s -f $ROCMDIR /opt/rocm
fi