ERROR ** GPGPU-Sim version 3.2.2 not tested with CUDA versio
cuda吧
全部回复
仅看楼主
level 3
往事也加 楼主
whx@whx-desktop:/usr/GPGPU-sim/gpgpu-sim_distribution-master$ source setup_environment
GPGPU-Sim version 3.2.2 (build ) ERROR ** GPGPU-Sim version 3.2.2 not tested with CUDA version 7.5 (please see README)
whx@whx-desktop:/usr/GPGPU-sim/gpgpu-sim_distribution-master$
whx@whx-desktop:/usr/GPGPU-sim/gpgpu-sim_distribution-master$
set_environment文件中的报错代码:
CC_VERSION=`gcc --version | head -1 | awk '{for(i=1;i<=NF;i++){ if(match($i,/^[0-9]\.[0-9]\.[0-9]$/)) {print $i; exit 0}}}'`
CUDA_VERSION_STRING=`$CUDA_INSTALL_PATH/bin/nvcc --version | awk '/release/ {print $5;}' | sed 's/,//'`;
CUDA_VERSION_NUMBER=`echo $CUDA_VERSION_STRING | sed 's/\./ /' | awk '{printf("%02u%02u", 10*int($1), 10*$2);}'`
if [ $CUDA_VERSION_NUMBER -gt 4020 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then
echo "ERROR ** GPGPU-Sim version $GPGPUSIM_VERSION_STRING not tested with CUDA version $CUDA_VERSION_STRING (please see README)";
return;
fi
2015年10月06日 02点10分 1
level 3
往事也加 楼主
求给位大神指点一二
2015年10月06日 02点10分 2
1