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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"