SCM Repository
[diderot] Diff of /trunk/test/probe/probe.c
Diff of /trunk/test/probe/probe.c
Parent Directory
|
Revision Log
|
Patch
386 |
|
|
387 |
assert(err == CL_SUCCESS); |
assert(err == CL_SUCCESS); |
388 |
|
|
389 |
err = clBuildProgram(program, 0, NULL, NULL,NULL, NULL); |
const char *options = 0; |
390 |
|
err = clBuildProgram(program, 0, NULL, options, NULL, NULL); |
391 |
|
|
392 |
|
|
393 |
/** Retrieve information about the program build to check for any possible errors **/ |
/** Retrieve information about the program build to check for any possible errors **/ |
405 |
|
|
406 |
assert(err == CL_SUCCESS); |
assert(err == CL_SUCCESS); |
407 |
|
|
408 |
kernel = clCreateKernel(program,"probe",&err); |
kernel = clCreateKernel(program, "diderot", &err); |
409 |
|
|
410 |
assert(err == CL_SUCCESS); |
assert(err == CL_SUCCESS); |
411 |
|
|
|
Legend:
Removed from v.309 |
|
changed lines |
|
Added in v.310 |
|
|