Merge branch 'develop' into develop-kconfig

This commit is contained in:
Bobby R. Bruce
2023-11-27 09:39:08 -08:00
committed by GitHub
18 changed files with 211 additions and 124 deletions

View File

@@ -61,7 +61,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
build/GCN3_X86/gem5.opt configs/example/apu_se.py -n3 --mem-size=8GB --reg-alloc-policy=dynamic --benchmark-root="lulesh" -c \
lulesh 0.01 2
lulesh --options="0.01 2"
HACC-tests:
runs-on: [self-hosted, linux, x64]

View File

@@ -89,11 +89,7 @@ jobs:
- name: Checkout DRAMSys
working-directory: ${{ github.workspace }}/ext/dramsys
run: |
git clone https://github.com/tukl-msd/DRAMSys DRAMSys
cd DRAMSys
git checkout -b gem5 09f6dcbb91351e6ee7cadfc7bc8b29d97625db8f
git submodule update --init --recursive
run: git clone https://github.com/tukl-msd/DRAMSys --branch v5.0 --depth 1 DRAMSys
# gem5 is built separately because it depends on the DRAMSys library
- name: Build gem5