Skip to content
Snippets Groups Projects
Commit 468d7ce4 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 78999273
Branches
No related tags found
No related merge requests found
Pipeline #16407 passed
...@@ -12,7 +12,7 @@ uint64_t blocks = 1024; ...@@ -12,7 +12,7 @@ uint64_t blocks = 1024;
uint64_t threads = 1024; uint64_t threads = 1024;
uint64_t nloop = 1000000; uint64_t nloop = 1000000;
uint64_t npts = blocks*threads; uint64_t npts = blocks*threads;
void cudaCheck(char *msg) { void cudaCheck(string msg) {
cudaError err; cudaError err;
err = cudaGetLastError(); err = cudaGetLastError();
if (cudaSuccess != err) if (cudaSuccess != err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment