| H A D | ocl_utilities.c | 84 cl_device_id dev; in opencl_create_device() local 96 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_GPU, 1, &dev, in opencl_create_device() 99 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_CPU, 1, &dev, in opencl_create_device() 106 return dev; in opencl_create_device() 111 cl_program opencl_build_program_from_string(cl_context ctx, cl_device_id dev, in opencl_build_program_from_string() argument 129 clGetProgramBuildInfo(program, dev, CL_PROGRAM_BUILD_LOG, 0, in opencl_build_program_from_string() 133 clGetProgramBuildInfo(program, dev, CL_PROGRAM_BUILD_LOG, in opencl_build_program_from_string() 144 cl_program opencl_build_program_from_file(cl_context ctx, cl_device_id dev, in opencl_build_program_from_file() argument 169 program = opencl_build_program_from_string(ctx, dev, program_source, in opencl_build_program_from_file()
|