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 2c860ad commit b4537cdCopy full SHA for b4537cd
1 file changed
gpu-simulator/setup_environment.sh
@@ -37,9 +37,9 @@ fi
37
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 4.0.1
+ git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
41
else
42
43
git -C $ACCELSIM_ROOT/gpgpu-sim/ pull
44
fi
45
0 commit comments