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
2ccdcaed
Commit
2ccdcaed
authored
4 years ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
1aef072c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9876
passed
4 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Arduino/pi.ino
+1
-1
1 addition, 1 deletion
Arduino/pi.ino
README.md
+1
-1
1 addition, 1 deletion
README.md
with
2 additions
and
2 deletions
Arduino/pi.ino
+
1
−
1
View file @
2ccdcaed
...
...
@@ -8,7 +8,7 @@
#define NPTS 1000000
int
i
;
double
a
,
b
,
c
,
pi
,
dt
,
mflops
;
float
a
,
b
,
c
,
pi
,
dt
,
mflops
;
unsigned
long
tstart
,
tend
;
void
setup
()
{
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
2ccdcaed
...
...
@@ -36,7 +36,7 @@
|0.47|
[
numpi.py
](
Python/numpi.py
)
|Python, NumPy|Intel i7-8700T|November, 2018|
|0.074|
[
pi.c
](
C/pi.c
)
|C
<br>
gcc pi.c -o pi -lm -O3 -ffast-math|Raspberry Pi Zero|December, 2020|
|0.029|
[
pi.py
](
Python/pi.py
)
|Python|Intel i7-8700T|November, 2018|
|0.00
1
|
[
pi.ino
](
Arduino/pi.ino
)
|Arduino|ESP32-WROOM|December, 2020|
|0.00
6
|
[
pi.ino
](
Arduino/pi.ino
)
|Arduino
,float
|ESP32-WROOM|December, 2020|
|estimated GFlops|estimated GFlops/W|code|description|system|date|
|---|---|---|---|---|---|
...
...
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