Welcome, Guest. Please login or register.

Author Topic: /  (Read 1365 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AJCopland

Re: OpenCL
« on: January 15, 2009, 12:36:04 PM »
Quote

Zac67 wrote:
It's been adopted by Apple, not trademarked.


To be preceise it was started by Apple and then submitted to Khronos as a potential standard. Apple still have some trademarks and rights over it but that standard itself is fully open and can be implemented by anyone.

A GPU agnostic solution like OpenCL will be very nice when it's actually available for people on nVidia, ATi etc hardware but there's no available implementations yet for the end user.

Actually GPGPU stuff has been available for quite a while now with nVidia pushing CUDA and ATi supporting a customised version of Brook+.

Andy
Be Positive towards the Amiga community!
 

Offline AJCopland

Re: OpenCL
« Reply #1 on: January 15, 2009, 02:09:51 PM »
I've been wanting to speed up our build process for some data that involves a pretty good fit for something like CUDA et al. the only problem being that we run a mixed gpu environment, some Ati some nVidia.

So it'd become a maintenance headache because I'd have to support CUDA+cpu only, or only half the team would be able to build all of the data :/

Role on OpenCL so I can have some fun playing with it too!
I have written some GPGPU stuff but just using vertex and fragment shaders in OpenGL. Getting it to work like that should be possible and portable enough to run on Ati/nVidia. Unfortunately as soon as you say "should" my boss won't give me work time to investigate.

Andy
Be Positive towards the Amiga community!