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.
2 parents 15b5105 + 6290d03 commit c2a795cCopy full SHA for c2a795c
gpu-simulator/setup_environment.sh
@@ -31,8 +31,8 @@ export ACCELSIM_ROOT="$( cd "$( dirname "$BASH_SOURCE" )" && pwd )"
31
# Different branches of Accel-Sim should have different values here
32
# For development, we use our internal repo and the dev branch
33
# 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}"
+export GPGPUSIM_REPO="${GPGPUSIM_REPO:=https://github.com/gpgpu-sim/gpgpu-sim_distribution.git}"
+export GPGPUSIM_BRANCH="${GPGPUSIM_BRANCH:=v4.2.1}"
36
37
if [ $# = '1' ] ;
38
then
0 commit comments