opencl ???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Aake
Level 1
Level 1
Posts: 8
Joined: Mon Apr 06, 2009 5:33 am

opencl ???

Post by Aake »

Hi

I try again to compile new wine version

First i do "git pull" in wine-git directory
Second cd ../wine32 and there: ../wine-git/configure

Now i get some troubles with OpenCL :
configure commands gives error (or warning):

"configure: OpenCL 32-bit development files not found, OpenCL won't be supported."

I have NVIDIA graphics card - how to continue ???


Aake






.
jznomoney
Newbie
Newbie
Posts: 2
Joined: Wed Jun 18, 2008 9:01 am

Post by jznomoney »

I too would like to know how to set up opencl to build wine.
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

You don't really need it; Wine will run fine without it. But if you really want opencl support, do what the message says: install the 32 bit opencl development files. If you don't know how to do that, ask your distro.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

would OpenCL really help? I mean really? what CPU demanding app are you running that could benefit from it?

I had no idea Wine even supported OpenCL.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

doh123 wrote:I had no idea Wine even supported OpenCL.
That's new development. You'll probably need NVidia's SDK (not part of the driver) to compile OpenCL support.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: opencl ???

Post by DanKegel »

Aake wrote: "configure: OpenCL 32-bit development files not found, OpenCL won't be supported."
Just ignore that warning. Wine never supported OpenCL before anyway,
and most apps don't need it.
jznomoney
Newbie
Newbie
Posts: 2
Joined: Wed Jun 18, 2008 9:01 am

Post by jznomoney »

so has anyone figured out how to get opencl installed. I know you said it doesn't matter but i'd still like to know.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

install opencl and have it available like all other Wine deps?
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

jznomoney wrote:so has anyone figured out how to get opencl installed. I know you said it doesn't matter but i'd still like to know.
http://lmgtfy.com/?q=install+opencl
wmhrae
Newbie
Newbie
Posts: 1
Joined: Thu Mar 10, 2011 10:10 am

Re openCL

Post by wmhrae »

Well You install the headers(openCL)Pack and build the respective Nvidia, Nvidia73 legacy and Nvidia96 legacy drivers and software that then stuff-up all others graphic drivers used ... getting your computer to cook at 99 °C so go ahead and burn the hell out of it!

Nvidia software can be found here
http://slackbuilds.org/result/?search=nvidia&sv=13.1

OpenCL can be get here http://iovu.tk go to downloads and click on openCL Headers

Its true and falls in the same time ... I have a ATI Radeon HD4570 Graphics Card and a AMD Athlon X2 64 CPU ...
so I do the total bussines build Wine and then have to rebuild my ATI graphics driver and reinstall it again (Thus dropping NVidia drivers)

Why do that ...
This is because I build Wine with openCL support for other people !!!
Locked