Skip to content

Commit

Permalink
application: remove not supported clang npk config for n100 benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Feb 28, 2024
1 parent 1489dfe commit 96c47e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions application/baremetal/benchmark/coremark/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ buildconfig:
--param hot-bb-frequency-fraction=4 --param unroll-jam-min-percent=0
condition: $( ${cpu_series} == 100 )
- type: clang
common_flags: # flags need to be combined together across all packages
- flags: -O3 -flto
14 changes: 0 additions & 14 deletions application/baremetal/benchmark/dhrystone/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,3 @@ buildconfig:
-falign-functions=4 -falign-jumps=4 -falign-loops=8 -finline-functions
condition: $( ${dhry_mode} == 'best' )
- type: clang
common_flags: # flags need to be combined together across all packages
- flags: >-
-Ofast -flto -fno-inline -fno-builtin-printf -funroll-loops -falign-functions=4 -falign-loops=4
condition: $( ${dhry_mode} == 'ground' )
- flags: >-
-Ofast -flto -finline -fno-builtin-printf -funroll-loops -falign-functions=4 -falign-loops=4 -finline-functions
condition: $( ${dhry_mode} == 'inline' )
- flags: >-
-O3 -flto -finline -fno-builtin-printf -funroll-loops -falign-functions=4 -falign-loops=4 -finline-functions
condition: $( ${dhry_mode} == 'best' )
3 changes: 0 additions & 3 deletions application/baremetal/benchmark/whetstone/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,3 @@ buildconfig:
- type: gcc
common_flags: # flags need to be combined together across all packages
- flags: -O3 -funroll-loops -fsingle-precision-constant
- type: clang
common_flags: # flags need to be combined together across all packages
- flags: -O3 -funroll-loops -flto

0 comments on commit 96c47e5

Please sign in to comment.