https://bugs.winehq.org/show_bug.cgi?id=46470
Nakarin Khankham garuda2550@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #63577|0 |1 is obsolete| |
--- Comment #3 from Nakarin Khankham garuda2550@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