Skip to content
Snippets Groups Projects
Commit bebef33f authored by Eric Wait's avatar Eric Wait
Browse files

Actually filling the const kernel

parent 6d8d0318
No related branches found
No related tags found
No related merge requests found
......@@ -755,6 +755,7 @@ private:
}
}
}
HANDLE_ERROR(cudaMemcpyToSymbol(cudaConstKernel,hostKernel,sizeof(float)*kernelDims.product()));
}
void defaults()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment