Viewon01
unread,Jul 20, 2011, 3:27:29 AM7/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clpp
Dear clpp Team,
I would like to announce some changes in the CLPP project, if you look
at the SVN version you will see a new project eResources. This new one
allow to convert the ".cl" files into the corresponding ".h" file that
containts the kernel code.
This way, when building and delivering CLPP you don't need to copy all
the 'cl' files anymore, only the DLL/Lib files are necessary.
The eResources is now build for MS Windows platform. So, if you do
some changes in the kernel (.cl files) you just have to run the file
'buildResources.bat'. This one will search all the CL files and
generate the corresponding 'h' file.
BTW : another small change is that now you can create a clppContext
from your existing Device, Queue, Platform.... it is just a new
constructor in the clppContext class.
K