I want to try binary search function with OpenCL. OpenCL is a new story for me. As usual the
SDK sample use C++. I am not familiar with C++ moreover the .CL file on OpenCL use C style.
Here's ported OpenCL in Delphi that I use:
http://code.google.com/p/delphi-opencl/
I got OpenCL
SDK from
http://developer.amd.com/sdks/AMDAPP...s/default.aspx
There is folder named BinarySearch inside the
SDK. The code also used by WinZip.
I hope someone could help me.
Thanks.