OpenCL under wine?

Questions about Wine on Linux
Locked
shmink
Newbie
Newbie
Posts: 1
Joined: Fri Sep 13, 2024 8:47 am

OpenCL under wine?

Post by shmink »

Hello, I've been having some trouble getting OpenCL to function under wine, running

Code: Select all

clinfo
displays that OpenCL is in fact installed and active.

Code: Select all

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     gfx1100
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0 
  Driver Version                                  3602.0 (HSA1.1,LC)
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Board Name (AMD)                         AMD Radeon RX 7800 XT


I use the following opencl driver; https://aur.archlinux.org/packages/opencl-amd

Has anyone gotten OpenCL to function on amd? If so I would love to see a few pointers ;)

Thanks!
Locked