Skip to content

Commit c2a795c

Browse files
authored
Merge branch 'dev' into dev
2 parents 15b5105 + 6290d03 commit c2a795c

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
@@ -31,8 +31,8 @@ export ACCELSIM_ROOT="$( cd "$( dirname "$BASH_SOURCE" )" && pwd )"
3131
# Different branches of Accel-Sim should have different values here
3232
# For development, we use our internal repo and the dev branch
3333
# Ideally, when we release, it should be based off a GPGPU-Sim release.
34-
export GPGPUSIM_REPO="${GPGPUSIM_REPO:=https://github.com/accel-sim/gpgpu-sim_distribution.git}"
35-
export GPGPUSIM_BRANCH="${GPGPUSIM_BRANCH:=dev}"
34+
export GPGPUSIM_REPO="${GPGPUSIM_REPO:=https://github.com/gpgpu-sim/gpgpu-sim_distribution.git}"
35+
export GPGPUSIM_BRANCH="${GPGPUSIM_BRANCH:=v4.2.1}"
3636

3737
if [ $# = '1' ] ;
3838
then

0 commit comments

Comments
 (0)