Skip to content
Snippets Groups Projects
Commit 93ea2659 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Merge branch 'master' of bitbucket.org:psrivas2/visc

parents 7c4a289e 8cf6dbeb
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ main (int argc, char *argv[]) {
pb_SetOpenCL(&clContext, &clCommandQueue);
const char* clSource[] = {readFile("src/opencl_nvidia/kernel.cl")};
const char* clSource[] = {readFile("src/opencl_cpu_sm/kernel.cl")};
cl_program clProgram = clCreateProgramWithSource(clContext,1,clSource,NULL,&clStatus);
CHECK_ERROR("clCreateProgramWithSource")
......
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