Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
86a1e4d9
Commit
86a1e4d9
authored
Feb 07, 2020
by
Neil Gershenfeld
Browse files
wip
parent
a6a5118d
Pipeline
#4929
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Python/numbapip.py
View file @
86a1e4d9
...
...
@@ -9,7 +9,7 @@ import time
from
numba
import
njit
,
prange
NPTS
=
10000000000
@
njit
(
parallel
=
True
)
@
njit
(
parallel
=
True
,
fastmath
=
True
)
def
calc
():
a
=
0.5
b
=
0.75
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment