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
468d7ce4
Commit
468d7ce4
authored
Oct 24, 2021
by
Neil Gershenfeld
Browse files
wip
parent
78999273
Pipeline
#16407
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CUDA/cudapi.cu
View file @
468d7ce4
...
...
@@ -12,7 +12,7 @@ uint64_t blocks = 1024;
uint64_t
threads
=
1024
;
uint64_t
nloop
=
1000000
;
uint64_t
npts
=
blocks
*
threads
;
void
cudaCheck
(
char
*
msg
)
{
void
cudaCheck
(
string
msg
)
{
cudaError
err
;
err
=
cudaGetLastError
();
if
(
cudaSuccess
!=
err
)
...
...
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