<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/distributedcl/news/" rel="alternate"/><link href="https://sourceforge.net/p/distributedcl/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/distributedcl/news/</id><updated>2013-06-03T04:46:45.486000Z</updated><subtitle>Recent posts to news</subtitle><entry><title>Just Released: DistributedCL 0.1.0 alpha</title><link href="https://sourceforge.net/p/distributedcl/news/2013/06/just-released-distributedcl-010-alpha/" rel="alternate"/><published>2013-06-03T04:46:45.486000Z</published><updated>2013-06-03T04:46:45.486000Z</updated><author><name>André Tupinambá</name><uri>https://sourceforge.net/u/andrelrt/</uri></author><id>https://sourceforge.neta15596edeb6208a9c062764281010c91a858347e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm glad to announce the first release of this project, the DistributedCL 0.1.0 alpha version.&lt;/p&gt;
&lt;p&gt;This version is fully functional, and was tested with SHOC 1.1.4 and LuxMark 2.0. &lt;br /&gt;
But it has limited support to OpenCL API, just some of functions are supported now.&lt;/p&gt;
&lt;p&gt;Know Issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;No extensions&lt;/li&gt;
&lt;li&gt;clGetProgramInfo returns only CL_PROGRAM_NUM_DEVICES info&lt;/li&gt;
&lt;li&gt;/usr/lib/libOpenCL.so MUST exists&lt;/li&gt;
&lt;li&gt;Cannot be installed as ICD (in /etc/OpenCL/vendors)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Changelog:&lt;/p&gt;
&lt;p&gt;0.1.0 alpha:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;First alpha version&lt;/li&gt;
&lt;li&gt;Fully functional, tested with SHOC 1.1.4 and LuxMark 2.0&lt;/li&gt;
&lt;li&gt;The following OpenCL functions are working&lt;ul&gt;
&lt;li&gt;clBuildProgram&lt;/li&gt;
&lt;li&gt;clCreateBuffer&lt;/li&gt;
&lt;li&gt;clCreateCommandQueue&lt;/li&gt;
&lt;li&gt;clCreateContext&lt;/li&gt;
&lt;li&gt;clCreateContextFromType&lt;/li&gt;
&lt;li&gt;clCreateImage2D&lt;/li&gt;
&lt;li&gt;clCreateKernel&lt;/li&gt;
&lt;li&gt;clCreateProgramWithBinary&lt;/li&gt;
&lt;li&gt;clCreateProgramWithSource&lt;/li&gt;
&lt;li&gt;clEnqueueMapBuffer&lt;/li&gt;
&lt;li&gt;clEnqueueNDRangeKernel&lt;/li&gt;
&lt;li&gt;clEnqueueReadBuffer&lt;/li&gt;
&lt;li&gt;clEnqueueUnmapMemObject&lt;/li&gt;
&lt;li&gt;clEnqueueWriteBuffer&lt;/li&gt;
&lt;li&gt;clFinish&lt;/li&gt;
&lt;li&gt;clFlush&lt;/li&gt;
&lt;li&gt;clGetCommandQueueInfo&lt;/li&gt;
&lt;li&gt;clGetContextInfo&lt;/li&gt;
&lt;li&gt;clGetDeviceIDs&lt;/li&gt;
&lt;li&gt;clGetDeviceInfo&lt;/li&gt;
&lt;li&gt;clGetEventProfilingInfo&lt;/li&gt;
&lt;li&gt;clGetKernelWorkGroupInfo&lt;/li&gt;
&lt;li&gt;clGetMemObjectInfo&lt;/li&gt;
&lt;li&gt;clGetPlatformIDs&lt;/li&gt;
&lt;li&gt;clGetPlatformInfo&lt;/li&gt;
&lt;li&gt;clGetProgramBuildInfo&lt;/li&gt;
&lt;li&gt;clGetProgramInfo (only CL_PROGRAM_NUM_DEVICES info)&lt;/li&gt;
&lt;li&gt;clReleaseCommandQueue&lt;/li&gt;
&lt;li&gt;clReleaseContext&lt;/li&gt;
&lt;li&gt;clReleaseEvent&lt;/li&gt;
&lt;li&gt;clReleaseKernel&lt;/li&gt;
&lt;li&gt;clReleaseMemObject&lt;/li&gt;
&lt;li&gt;clReleaseProgram&lt;/li&gt;
&lt;li&gt;clRetainCommandQueue&lt;/li&gt;
&lt;li&gt;clRetainContext&lt;/li&gt;
&lt;li&gt;clRetainEvent&lt;/li&gt;
&lt;li&gt;clRetainKernel&lt;/li&gt;
&lt;li&gt;clRetainMemObject&lt;/li&gt;
&lt;li&gt;clRetainProgram&lt;/li&gt;
&lt;li&gt;clSetKernelArg&lt;/li&gt;
&lt;li&gt;clUnloadCompiler&lt;/li&gt;
&lt;li&gt;clWaitForEvents&lt;/li&gt;
&lt;li&gt;clIcdGetPlatformIDsKHR&lt;/li&gt;
&lt;li&gt;clGetExtensionFunctionAddress&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>First commit</title><link href="https://sourceforge.net/p/distributedcl/news/2009/07/first-commit/" rel="alternate"/><published>2009-07-11T03:53:24Z</published><updated>2009-07-11T03:53:24Z</updated><author><name>André Tupinambá</name><uri>https://sourceforge.net/u/andrelrt/</uri></author><id>https://sourceforge.net2709e51583af2fa691f4eaefae90da635bc90369</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Was committed a initial version of a log library for OpenCL.&lt;/p&gt;
&lt;p&gt;This library was successfully tested with nvidia's OpenCL 1.0 Conformant in a 64bits Ubuntu 9.04, but still need a lot of work.&lt;/p&gt;
&lt;p&gt;The main proposes of this library is to get skilled in the OpenCL interface and to debug the future applications and libraries.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>