Skip to content

Commit

Permalink
add PVCXT_A0 platfrom
Browse files Browse the repository at this point in the history
add PVCXT_A0 platform and refactor the list initialization to
simplify maintenance
  • Loading branch information
aparshin-intel committed Mar 16, 2022
1 parent 8db8345 commit 99ac111
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions GenXIntrinsics/include/llvm/GenXIntrinsics/Intrinsics.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,28 @@

# order does really matter.
# It is used to define ordering between the respected platforms
platform_list = ["HSW", "BDW", "CHV", "SKL", "BXT", "KBL",
"GLK", "CNL", "ICL", "ICLLP", "TGLLP", "RKL", "DG1",
"ADLP", "ADLS", "XEHP", "DG2", "PVC", "PVCXT"]
platform_list = [
"HSW",
"BDW",
"CHV",
"SKL",
"BXT",
"KBL",
"GLK",
"CNL",
"ICL",
"ICLLP",
"TGLLP",
"RKL",
"DG1",
"ADLP",
"ADLS",
"XEHP",
"DG2",
"PVC",
"PVCXT_A0",
"PVCXT",
]

def getAttributeList(Attrs):
"""
Expand Down

0 comments on commit 99ac111

Please sign in to comment.