maikonadams / opencl-book-samples

Automatically exported from code.google.com/p/opencl-book-samples
0 stars 0 forks source link

Errata: undeclared identifier "info" used in sample code #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Chapter 3, page 65: in the sample code showing how to use  clGetPlatformInfo 
function, an undeclared identifier "info" is used as argument in the function 
calls, in place of the declared variables "char* name" and "char* vname".

Original issue reported on code.google.com by toni.deb...@gmail.com on 4 Sep 2011 at 10:11