Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Mar 21, 2024
1 parent bdb53d4 commit 00e9151
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
ref: dev
fetch-depth: 0
- name: Setup Environment
i id: Setup Environment
run: |
rm -rf env-setup
git clone git@github.com:purdue-aalp/env-setup.git
cd env-setup
git checkout cluster-ubuntu
- name: Test-for-commit
i id: Test-for-commit
run: |
source ./env-setup/11.0_env_setup.sh
source ./gpu-simulator/setup_environment.sh
Expand All @@ -39,21 +39,21 @@ jobs:
cd gpu-simulator/gpgpu-sim
echo "GPGPUSIM_COUNT=$(git log --oneline --since '1 week ago' | wc -l)" >> $GITHUB_OUTPUT
echo "GPGPUSIM_COUNT=$(git log --oneline --since '1 week ago' | wc -l)"
- name: print
i id: print
run: |
echo ${{ steps.Test-for-commit.outputs.TRACER_COUNT }}
echo ${{ steps.Test-for-commit.outputs.ACCEL_SIM_COUNT }}
echo ${{ steps.Test-for-commit.outputs.GPGPUSIM_COUNT }}
Tracer-Weekly:
needs: Last-Commit
runs-on: tgrogers-gpu01
defaults:
run:
shell: bash
steps:
- name: Setup Environment
run: |
echo ${{needs.Last-Commit.outputs.TRACER_COUNT}}
# Tracer-Weekly:
# needs: Last-Commit
# runs-on: tgrogers-gpu01
# defaults:
# run:
# shell: bash
# steps:
# i id: Setup Environment
# run: |
# echo ${{needs.Last-Commit.outputs.TRACER_COUNT}}

# Tracer-Weekly:
# needs: Last-Commit
Expand All @@ -68,19 +68,19 @@ jobs:
# - uses: actions/checkout@v4
# with:
# ref: dev
# - name: Setup Environment
# i id: Setup Environment
# run: |
# rm -rf env-setup
# git clone git@github.com:purdue-aalp/env-setup.git
# cd env-setup
# git checkout cluster-ubuntu
# - name: Build Tracer
# i id: Build Tracer
# run: |
# source ./env-setup/11.0_env_setup.sh
# ./util/tracer_nvbit/install_nvbit.sh
# make clean -C ./util/tracer_nvbit/
# make -C ./util/tracer_nvbit/
# - name: build applications
# i id: build applications
# run: |
# source ./env-setup/11.0_env_setup.sh
# rm -rf ./gpu-app-collection/
Expand All @@ -93,7 +93,7 @@ jobs:
# make -C -j8 ./gpu-app-collection/src parboil
# make -C -j8 ./gpu-app-collection/src polybench
# make -C -j8 ./gpu-app-collection/src cutlass
# - name: generate traces
# i id: generate traces
# run: |
# source ./env-setup/11.0_env_setup.sh
# source ./gpu-app-collection/src/setup_environment
Expand All @@ -117,20 +117,20 @@ jobs:
# - uses: actions/checkout@v4
# with:
# ref: dev
# - name: Setup Environment
# i id: Setup Environment
# run: |
# rm -rf env-setup
# git clone git@github.com:purdue-aalp/env-setup.git
# cd env-setup
# git checkout cluster-ubuntu
# - name: Build Accel-Sim
# i id: Build Accel-Sim
# run: |
# source ./env-setup/11.0_env_setup.sh
# rm -rf ./gpu-simulator/gpgpu-sim
# source ./gpu-simulator/setup_environment.sh
# make clean -C gpu-simulator
# make -j -C gpu-simulator
# - name: run SASS
# i id: run SASS
# run: |
# source ./env-setup/11.0_env_setup.sh
# source ./gpu-simulator/setup_environment.sh
Expand Down

0 comments on commit 00e9151

Please sign in to comment.