Skip to content

Commit

Permalink
util: add dev-hsa commit message tag
Browse files Browse the repository at this point in the history
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 <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
Matt Sinclair committed Sep 4, 2020
1 parent 21df404 commit a05d814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/git-commit-msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(',')
Expand Down

0 comments on commit a05d814

Please sign in to comment.