Skip to content
Snippets Groups Projects
Commit 8cf6dbeb authored by Maria Kotsifakou's avatar Maria Kotsifakou
Browse files

Changed opencl_cpu_sm to use the correct kernel

parent fa62a02f
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