We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7098f2 commit 63ecdfbCopy full SHA for 63ecdfb
1 file changed
gpu-simulator/setup_environment.sh
@@ -38,9 +38,6 @@ fi
38
if [ ! -d "$ACCELSIM_ROOT/gpgpu-sim" ] ; then
39
git clone https://github.com/gpgpu-sim/gpgpu-sim_distribution.git $ACCELSIM_ROOT/gpgpu-sim
40
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
41
-else
42
- git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
43
- git -C $ACCELSIM_ROOT/gpgpu-sim/ pull
44
fi
45
46
source $ACCELSIM_ROOT/gpgpu-sim/setup_environment $ACCELSIM_CONFIG
0 commit comments