We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2008ed4 commit 2fa163aCopy full SHA for 2fa163a
gpu-simulator/setup_environment.sh
@@ -36,8 +36,8 @@ else
36
fi
37
38
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
+ git clone https://github.com/gpgpu-sim/gpgpu-sim_distribution.git $ACCELSIM_ROOT/gpgpu-sim
+ git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.0
41
42
43
source $ACCELSIM_ROOT/gpgpu-sim/setup_environment $ACCELSIM_CONFIG
0 commit comments