From 76c3c02acba6c307b8d5e5b177d13f3da2610fc7 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Tue, 30 Jan 2024 15:55:15 -0800 Subject: [PATCH] tests: remove GCN3_X86 from compiler tests (#819) Change-Id: Ibb75e08abb9051b70e474d721fbafd71957db701 --- .github/workflows/compiler-tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index 4656563357..5e903732ce 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -38,9 +38,8 @@ jobs: strategy: fail-fast: false 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, - GCN3_X86] + gem5-compilation: [ARM, ARM_MESI_Three_Level, ARM_MESI_Three_Level_HTM, ARM_MOESI_hammer, Garnet_standalone, 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] image: [gcc-version-12, clang-version-16] opts: [.opt] runs-on: [self-hosted, linux, x64]