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

wip

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