Skip to content
GitLab
Menu
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
818dcf9c
Commit
818dcf9c
authored
Jul 14, 2020
by
Neil Gershenfeld
Browse files
wip
parent
f2773e1f
Pipeline
#5657
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CUDA/cudapit.cu
View file @
818dcf9c
...
...
@@ -11,7 +11,7 @@
#include <cstdint>
uint64_t
blocks
=
1024
;
uint64_t
threads
=
1024
;
uint64_t
nloop
=
1000000
;
uint64_t
nloop
=
1000000
0
;
uint64_t
npts
=
blocks
*
threads
;
std
::
vector
<
double
>
results
;
__global__
void
init
(
double
*
arr
,
uint64_t
nloop
,
uint64_t
npts
,
int
index
)
{
...
...
Write
Preview
Supports
Markdown
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