Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
Python/numbapip.py
View file @
86a1e4d9
...
@@ -9,7 +9,7 @@ import time
...
@@ -9,7 +9,7 @@ import time
from
numba
import
njit
,
prange
from
numba
import
njit
,
prange
NPTS
=
10000000000
NPTS
=
10000000000
@
njit
(
parallel
=
True
)
@
njit
(
parallel
=
True
,
fastmath
=
True
)
def
calc
():
def
calc
():
a
=
0.5
a
=
0.5
b
=
0.75
b
=
0.75
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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