gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[develop]: tests: Add 'GCN3_X86' build target to compiler-tests.sh

BB
Bobby Bruce (Gerrit)
Mon, Jul 10, 2023 8:34 PM

Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/72222?usp=email )

Change subject: tests: Add 'GCN3_X86' build target to compiler-tests.sh
......................................................................

tests: Add 'GCN3_X86' build target to compiler-tests.sh

Change-Id: Ie7c9c20bb090f8688e48c8619667312196a7c123

M .github/workflows/compiler-tests.yaml
M tests/compiler-tests.sh
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/compiler-tests.yaml
b/.github/workflows/compiler-tests.yaml
index 01f3ab5..938bd03 100644
--- a/.github/workflows/compiler-tests.yaml
+++ b/.github/workflows/compiler-tests.yaml
@@ -35,7 +35,7 @@
latest-compilers-all-gem5-builds:
strategy:
matrix:

  •    gem5-compilation: [ARM, ARM_MESI_Three_Level,  
    

ARM_MESI_Three_Level_HTM, ARM_MOESI_hammer, Garnet_standalone, GCN3_X86,
MIPS, 'NULL', NULL_MESI_Two_Level, NULL_MOESI_CMP_directory,
NULL_MOESI_CMP_token, NULL_MOESI_hammer, POWER, RISCV, SPARC, X86,
X86_MI_example, X86_MOESI_AMD_Base, VEGA_X86]

  •    gem5-compilation: [ARM, ARM_MESI_Three_Level,  
    

ARM_MESI_Three_Level_HTM, ARM_MOESI_hammer, Garnet_standalone, GCN3_X86,
MIPS, 'NULL', NULL_MESI_Two_Level, NULL_MOESI_CMP_directory,
NULL_MOESI_CMP_token, NULL_MOESI_hammer, POWER, RISCV, SPARC, X86,
X86_MI_example, X86_MOESI_AMD_Base, VEGA_X86, GCN3_X86]
image: [gcc-version-12, clang-version-14]
opts: [.opt]
runs-on: [self-hosted, linux, x64, run]
diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh
index f8bd59c..1f180eb 100755
--- a/tests/compiler-tests.sh
+++ b/tests/compiler-tests.sh
@@ -58,6 +58,7 @@
"POWER"
"RISCV"
"SPARC"

  •    "GCN3_X86"
        "VEGA_X86"
        "X86"
        "X86_MI_example"
    

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/72222?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ie7c9c20bb090f8688e48c8619667312196a7c123
Gerrit-Change-Number: 72222
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu

Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72222?usp=email ) Change subject: tests: Add 'GCN3_X86' build target to compiler-tests.sh ...................................................................... tests: Add 'GCN3_X86' build target to compiler-tests.sh Change-Id: Ie7c9c20bb090f8688e48c8619667312196a7c123 --- M .github/workflows/compiler-tests.yaml M tests/compiler-tests.sh 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index 01f3ab5..938bd03 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -35,7 +35,7 @@ latest-compilers-all-gem5-builds: strategy: matrix: - gem5-compilation: [ARM, ARM_MESI_Three_Level, ARM_MESI_Three_Level_HTM, ARM_MOESI_hammer, Garnet_standalone, GCN3_X86, MIPS, 'NULL', NULL_MESI_Two_Level, NULL_MOESI_CMP_directory, NULL_MOESI_CMP_token, NULL_MOESI_hammer, POWER, RISCV, SPARC, X86, X86_MI_example, X86_MOESI_AMD_Base, VEGA_X86] + gem5-compilation: [ARM, ARM_MESI_Three_Level, ARM_MESI_Three_Level_HTM, ARM_MOESI_hammer, Garnet_standalone, GCN3_X86, MIPS, 'NULL', NULL_MESI_Two_Level, NULL_MOESI_CMP_directory, NULL_MOESI_CMP_token, NULL_MOESI_hammer, POWER, RISCV, SPARC, X86, X86_MI_example, X86_MOESI_AMD_Base, VEGA_X86, GCN3_X86] image: [gcc-version-12, clang-version-14] opts: [.opt] runs-on: [self-hosted, linux, x64, run] diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index f8bd59c..1f180eb 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -58,6 +58,7 @@ "POWER" "RISCV" "SPARC" + "GCN3_X86" "VEGA_X86" "X86" "X86_MI_example" -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/72222?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: public/gem5 Gerrit-Branch: develop Gerrit-Change-Id: Ie7c9c20bb090f8688e48c8619667312196a7c123 Gerrit-Change-Number: 72222 Gerrit-PatchSet: 1 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu>