tests: fix lulesh (#600)

- fixed the broken command that was causing lulesh to fail the run
Change-Id: I4e8a310f153d86deb8829f41b5ddd0c317df23cb
This commit is contained in:
Harshil Patel
2023-11-27 07:42:59 -08:00
committed by GitHub
parent cc9f81b08a
commit 1de992bc75

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]