[Bug 46470] opencl 1.2 version support required

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 23 07:13:11 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46470

Nakarin Khankham <garuda2550 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63577|0                           |1
        is obsolete|                            |

--- Comment #3 from Nakarin Khankham <garuda2550 at gmail.com> ---
Created attachment 63668
  --> https://bugs.winehq.org/attachment.cgi?id=63668
New version of OpenCL 2.1 support patch

Added new version of the patch, the new version will enable platform extensions
pass-though as well.

For the way to compile wine with this patch, use below instructions

1. download wine source code, it can be any version but I recommended either
version 4.0 or latest 4.x release.
you can download the source code from https://www.winehq.org/ using your
browser or terminal command. 

wget https://dl.winehq.org/wine/source/4.0/wine-4.0.tar.xz




tar xJf wine-4.0.tar.xz
cd wine-4.0
git apply ../wine-opencl/*.patch
mkdir build
cd build
../configure --enable-win64 --prefix=/opt/wine-opencl
sudo make install

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list