Skip to content

Commit

Permalink
Update Pixel 8 Pro CPU feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mariecwhite committed Dec 14, 2023
1 parent ca9244f commit a7b171d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run_mobile_comparative_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
schedule:
# Scheduled to run at 09:00 UTC and 21:00 UTC.
- cron: '0 09,21 * * *'
pull_request:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
2 changes: 1 addition & 1 deletion experimental/iree/compile_workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
],
"pixel-8-pro": [
"--iree-llvmcpu-target-triple=aarch64-none-linux-android34",
"--iree-llvmcpu-target-cpu-features=+fp-armv8,+neon,+crc,+lse,+rdm,+ras,+rcpc,+dotprod,+v9a,+sb,+ssbs,+fullfp16,+fp16fml,+i8mm,+bf16,+flagm"
"--iree-llvmcpu-target-cpu-features=+v9a,+fullfp16,fp-armv8,+neon,+aes,+sha2,+crc,+lse,+rdm,+complxnum,+rcpc,+sha3,+sm4,+dotprod,+fp16fml,+dit,+flagm,+ssbs,+sb,+sve2-aes,+sve2-bitperm,+sve2-sha3,+sve2-sm4,+altnzcv,+fptoint,+bf16,+i8mm,+bti,+mte,+pauth,+perfmon,+predres,+spe,+ras"
],
}

Expand Down

0 comments on commit a7b171d

Please sign in to comment.