Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Michael Wild
On 02/24/2012 10:52 AM, yao wang wrote: Hi, We've written a module finding AMD's APP SDK's include abd library paths. And set OPENCL_INCLUDE_DIR and OPENCL_LIBRARY, which are useful for compiling OpenCL programs. Is it possible for me to contribute to the share modules and make it included

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Daniel Dekkers
It would be nice to have an OpenCL find module. But it should include easy access to the Intel and NVIDIA libraries as well, I think, not just AMD. And what about the different OpenCL versions? And does it work on Mac OS as well? Finding the OpenCL framework? Daniel Op 24 feb. 2012 om 06:00

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Stefan Fendt
Hi, It would be nice to have an OpenCL find module. But it should include easy access to the Intel and NVIDIA libraries as well, I think, not just AMD. I'm not an CMake-expert... but maybe my variant of a FindOpenCL.cmake might be of some use for someone... best regards Stefan Fendt #

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Sergiu Dotenco
On 24.02.2012 11:11, Daniel Dekkers wrote: It would be nice to have an OpenCL find module. But it should include easy access to the Intel and NVIDIA libraries as well, I think, not just AMD. And what about the different OpenCL versions? And does it work on Mac OS as well? Finding the OpenCL

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread yao wang
Hi, My script now only include AMD's OpenCL finding, and it works for both Windows and Linux. Stefan's script has one step ahead, which enable both AMD and Nvidia's OpenCL finding. And Daniel's script has one more step, which enable AMD, Nvidia and Intel's OpenCL finding. If this script can work