Skip to content

Commit

Permalink
Sombrero Example: Update CSD3 reference values
Browse files Browse the repository at this point in the history
Note that these values are when it is built with the Intel Classic
Compiler which is preferred in the Spack environments.
  • Loading branch information
mirenradia committed Dec 7, 2023
1 parent 85e00a6 commit 7c18005
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions benchmarks/examples/sombrero/sombrero.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ class SombreroBenchmark(SpackTest):
'cosma8': {
'flops': (3.8, -0.2, None, 'Gflops/seconds'),
},
'csd3-skylake': {
'flops': (1.2, -0.2, None, 'Gflops/seconds'),
'csd3-centos7:cascadelake': {
'flops': (8.0, -0.2, None, 'Gflops/seconds'),
},
'csd3-icelake': {
'flops': (1.5, -0.2, None, 'Gflops/seconds'),
'csd3-rocky8:icelake': {
'flops': (6.0, -0.2, None, 'Gflops/seconds'),
},
'csd3-rocky8:sapphirerapids': {
'flops': (8.0, -0.2, None, 'Gflops/seconds'),
},
'dial3': {
'flops': (1.2, -0.2, None, 'Gflops/seconds'),
Expand Down Expand Up @@ -101,7 +104,7 @@ class SombreroBenchmark(SpackTest):
},
'*': {
'flops': (1, None, None, 'Gflops/seconds'),
},
},
}

def __init__(self):
Expand Down

0 comments on commit 7c18005

Please sign in to comment.