Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
pi
Commits
28d98b37
Commit
28d98b37
authored
5 years ago
by
Zach Fredin
Browse files
Options
Downloads
Patches
Plain Diff
updated efficiency column to mirror std metric of MFLOPS/W
parent
4189118d
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4468
passed
5 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
28d98b37
# pi calculation benchmark
[
http://fab.cba.mit.edu/classes/MAS.864/text/benchmark.pdf
](
http://fab.cba.mit.edu/classes/864.17/text/benchmark.pdf
)
|estimated GFlops|estimated
G
Flops/W|code|description|system|date|
|estimated GFlops|estimated
M
Flops/W|code|description|system|date|
|---|---|---|---|---|---|
|88,333|-|
[
mpimppi.c
](
hybrid/mpimppi.c
)
|C, MPI+OpenMP, 1024 nodes, 64 cores/node, 4 threads/core
<br>
cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|Argonne ALCF Theta
<br>
Cray XC40|Oct 9, 2019|
|272|-|
[
threadpi.c
](
C/threadpi.c
)
|C, 96 threads
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Intel 2x Xeon Platinum 8175M|Jun 3, 2019|
...
...
@@ -22,5 +22,5 @@
|0.57|-|
[
pi.c
](
C/pi.c
)
|C
<br>
gcc pi.c -o pi -lm|Intel i7-8700T|Nov 17, 2018|
|0.47|-|
[
numpi.py
](
Python/numpi.py
)
|Python, NumPy|Intel i7-8700T|Nov 17, 2018|
|0.029|-|
[
pi.py
](
Python/pi.py
)
|Python|Intel i7-8700T|Nov 17, 2018|
|0.0168|
0.
233
<br>
calculated|
[
pi.c
](
https://gitlab.cba.mit.edu/zfredin/samd51_benchmarks
)
|C
<br>
floats, -O3, gcc-arm-none-eabi, 160 MHz|SAMD51J20A
<br>
ARM Cortex M4F|Oct 18, 2019|
|0.0128|
0.
171
<br>
calculated|
[
pi.c
](
https://gitlab.cba.mit.edu/zfredin/stm32f412_core/tree/master/nucleo-f412zg/pi
)
|C
<br>
floats, -O3, gcc-arm-none-eabi, 84 MHz|STM32F412
<br>
ARM Cortex M4F|Oct 8, 2019|
|0.0168|233
<br>
calculated|
[
pi.c
](
https://gitlab.cba.mit.edu/zfredin/samd51_benchmarks
)
|C
<br>
floats, -O3, gcc-arm-none-eabi, 160 MHz|SAMD51J20A
<br>
ARM Cortex M4F|Oct 18, 2019|
|0.0128|171
<br>
calculated|
[
pi.c
](
https://gitlab.cba.mit.edu/zfredin/stm32f412_core/tree/master/nucleo-f412zg/pi
)
|C
<br>
floats, -O3, gcc-arm-none-eabi, 84 MHz|STM32F412
<br>
ARM Cortex M4F|Oct 8, 2019|
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment