代码拉取完成,页面将自动刷新
APP=vecadd
LEN=64
CLUSTEN=1
COREN=2
WARPN=4
THREADN=4
DRIVER=vlsim
if [ "$1" != "" ]; then
APP=$1
fi
if [ "$2" != "" ]; then
LEN=$2
fi
if [ "$3" != "" ]; then
CLUSTEN=$3
fi
if [ "$4" != "" ]; then
COREN=$4
fi
if [ "$5" != "" ]; then
WARPN=$5
fi
if [ "$6" != "" ]; then
THREADN=$6
fi
if [ "$7" != "" ]; then
DRIVER=$7
fi
echo " --app=$APP --args="-n$LEN" --clusters=$CLUSTEN --cores=$COREN --warps=$WARPN --threads=$THREADN --driver=$DRIVER "
rm -rf ./verdi_no_ccip/$APP/*.txt
find ./tests -name "*FPGA*.txt" | xargs -i rm -rf {}
./ci/blackbox.sh --app=$APP --args="-n$LEN" --clusters=$CLUSTEN --cores=$COREN --warps=$WARPN --threads=$THREADN --driver=$DRIVER
mkdir -p verdi_no_ccip/$APP
find ./tests -name "*FPGA*.txt" | xargs -i mv {} ./verdi_no_ccip/$APP
find ./tests -name "*.vcd" | xargs -i mv {} ./verdi_no_ccip/$APP
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。