Skip to content

Commit 2fa163a

Browse files
committed
Lock in to v4.0.0 of gpgpu-sim
1 parent 2008ed4 commit 2fa163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu-simulator/setup_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ else
3636
fi
3737

3838
if [ ! -d "$ACCELSIM_ROOT/gpgpu-sim" ] ; then
39-
git clone https://github.com/accel-sim/gpgpu-sim_distribution.git $ACCELSIM_ROOT/gpgpu-sim
40-
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout dev
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.0
4141
fi
4242

4343
source $ACCELSIM_ROOT/gpgpu-sim/setup_environment $ACCELSIM_CONFIG

0 commit comments

Comments
 (0)