tests,ext: Remove GCN3 tags, update tests to Vega

Change-Id: I782b6e61cd43b51cfbe80161d4dc1cee125f7f64
This commit is contained in:
Matthew Poremba
2024-01-17 11:13:50 -06:00
parent 0f45ae424c
commit 9b89149142
5 changed files with 8 additions and 14 deletions

View File

@@ -245,7 +245,6 @@ def define_constants(constants):
constants.isa_tag_type = "isa"
constants.x86_tag = "X86"
constants.gcn3_x86_tag = "GCN3_X86"
constants.vega_x86_tag = "VEGA_X86"
constants.sparc_tag = "SPARC"
constants.riscv_tag = "RISCV"
@@ -274,7 +273,6 @@ def define_constants(constants):
constants.supported_tags = {
constants.isa_tag_type: (
constants.x86_tag,
constants.gcn3_x86_tag,
constants.vega_x86_tag,
constants.sparc_tag,
constants.riscv_tag,
@@ -305,7 +303,6 @@ def define_constants(constants):
constants.target_host = {
constants.arm_tag: (constants.host_arm_tag,),
constants.x86_tag: (constants.host_x86_64_tag,),
constants.gcn3_x86_tag: (constants.host_x86_64_tag,),
constants.vega_x86_tag: (constants.host_x86_64_tag,),
constants.sparc_tag: (constants.host_x86_64_tag,),
constants.riscv_tag: (constants.host_x86_64_tag,),