Hi Yabin Zheng, On 04/10/2013 05:27 PM, Yabin Zheng wrote: > The GPU works well with OpenCL libs provided by FreeScale, and CPU > also works with pocl 0.7. But it seems that they both do not support icd > loader. So I wonder how can I get both GPU and CPU run opencl code ( > e.g. when invoke cl_getPlatform(), it could recognize both).
I think the purpose of ICD is to enable exactly this, so if icd is not supported by the FreeScale's OpenCL then the other option is to find an OpenCL implementation (platform) that supports all of the devices directly, in this case both the GPU and the CPU. -- --Pekka ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
