util: add dev-hsa commit message tag
The dev-hsa commit message tag was originally an option, but appears to have been removed during the merge of the AMD GCN3 staging branch. This commit adds it back. Change-Id: Ie755b5ebe6ca1e5e92583b1588fd7aaeddcb5b00 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34095 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -91,10 +91,10 @@ def _validateTags(commit_header):
|
||||
valid_tags = ["arch", "arch-arm", "arch-gcn3",
|
||||
"arch-mips", "arch-power", "arch-riscv", "arch-sparc", "arch-x86",
|
||||
"base", "configs", "cpu", "cpu-kvm", "cpu-minor", "cpu-o3",
|
||||
"cpu-simple", "dev", "dev-arm", "dev-virtio", "ext", "fastmodel",
|
||||
"gpu-compute", "learning-gem5", "mem", "mem-cache", "mem-garnet",
|
||||
"mem-ruby", "misc", "python", "scons", "sim", "sim-se", "sim-power",
|
||||
"stats", "system", "system-arm", "systemc", "tests",
|
||||
"cpu-simple", "dev", "dev-arm", "dev-hsa", "dev-virtio", "ext",
|
||||
"fastmodel", "gpu-compute", "learning-gem5", "mem", "mem-cache",
|
||||
"mem-garnet", "mem-ruby", "misc", "python", "scons", "sim", "sim-se",
|
||||
"sim-power", "stats", "system", "system-arm", "systemc", "tests",
|
||||
"util", "RFC", "WIP"]
|
||||
|
||||
tags = ''.join(commit_header.split(':')[0].split()).split(',')
|
||||
|
||||
Reference in New Issue
Block a user