Hi,

I've noticed that for some odd reason clGetCommandQueueInfo in
libOpenCL.so is wrong.

tgall@miranda:~/bld/pocl-latest/lib/CL/.libs$ nm -g
libOpenCL_la-clGetCommandQueueInfo.o
00000000 T POclGetCommandQueueInfo

tgall@miranda:~/bld/pocl-latest/lib/CL/.libs$ nm libOpenCL.so | grep
clGetCommandQueueInfo
00002360 t POclGetCommandQueueInfo

and now adding -g which would show only external symbols:

tgall@miranda:~/bld/pocl-latest/lib/CL/.libs$ nm -g libOpenCL.so |
grep POclGetCommandQueueINfo
tgall@miranda:~/bld/pocl-latest/lib/CL/.libs$

Notta.

Looking at the source for clGetCommandQueueInfo.c it looks like other functions.

CL_API_ENTRY cl_int CL_API_CALL
POname(clGetCommandQueueInfo)(cl_command_queue      command_queue ,
                      cl_command_queue_info param_name ,
                      size_t                param_value_size ,
                      void *                param_value ,
                      size_t *              param_value_size_ret)
CL_API_SUFFIX__VERSION_1_0


FWIW, I used  ./configure --disable-icd

Any ideas?

--
Regards,
Tom

"Where's the kaboom!? There was supposed to be an earth-shattering
kaboom!" Marvin Martian
Tech Lead, Graphics Working Group | Linaro.org │ Open source software
for ARM SoCs
w) tom.gall att linaro.org
h) tom_gall att mac.com

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel

Reply via email to