Skip to content

Commit

Permalink
fix icelake target for avx512 and vnni (apache#9928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart authored and Raghav-Chakravarthy committed Jan 28, 2022
1 parent cde0fd0 commit 0159606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/topi/x86/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def target_has_avx512(target):
# explicit enumeration of VNNI capable due to collision with alderlake
"cascadelake",
"icelake-client",
"icelake-server",
"rocketlake",
"icelake",
"tigerlake",
"cooperlake",
"sapphirerapids",
Expand All @@ -93,8 +93,8 @@ def target_has_vnni(target):
return target in {
"cascadelake",
"icelake-client",
"icelake-server",
"rocketlake",
"icelake",
"tigerlake",
"cooperlake",
"sapphirerapids",
Expand Down

0 comments on commit 0159606

Please sign in to comment.