Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2008 13:46:17 -0900
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Eduardo Morras <emorras@s21sec.com>
Subject:   Re: FreeBSD and OpenCL
Message-ID:  <200812251346.17461.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <20081223093900.6C4972BBF86@s21sec.com>
References:  <20081223093900.6C4972BBF86@s21sec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 23 December 2008 00:46:29 Eduardo Morras wrote:
> Hello:
>
> Is there any plan to implement/use the new OpenCL standard in
> FreeBSD? What's needed to use/implement it? Better
> nvidia/ati/intel/other gpu drivers? I don't want to switch my data
> crunching apps from FreeBSD to linux/windows due to this technology
> is already working there.
>
>
> http://www.khronos.org/opencl/

What is working where?
http://www.khronos.org/developers/resources/opencl/

There are no implementations that I can see, only some header files defining 
an API, a spec that describes the API, but nothing to link your program with. 
This also shouldn't be implemented in FreeBSD, but in Xorg as far as I can 
tell, as it is primarily graphics related. Maybe some parts need to be 
implemented in the FreeBSD kernel, but the API is merely an interface to 
underlying hardware and without that, not much you can do with it as creating 
software emulation defeats it's purpose.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812251346.17461.fbsd.questions>