pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
916 stars 80 forks source link

add opencl support #81

Closed congzhangzh closed 2 years ago

congzhangzh commented 2 years ago

Hi,

The opencl in Mesa seems be a great state, is that possible to add support to it on windows, even just llvmpipe will be very helpful.

I have a step-by-step guide on how to build and test opencl on debian, hope this give basic help. https://github.com/congzhangzh/hello_cl

Tks, Cong

pal1000 commented 2 years ago

I still have a few things to sort out before I can build CLonD3D12 and clover. See #34.

congzhangzh commented 2 years ago

I still have a few things to sort out before I can build CLonD3D12 and clover. See #34.

Ok, I know some work on clond3d, now

will cl on llvmpepe be considered at the same time?

pal1000 commented 2 years ago

will cl on llvmpepe be considered at the same time?

Yes, absolutely.

congzhangzh commented 2 years ago

Ok, If verify is needed, I can give help:)

donizettilorenzo commented 2 years ago

POCL anyone?

pal1000 commented 2 years ago

POCL anyone?

See #5. Not much has changed since then.

pal1000 commented 2 years ago

As of 21.3.6-2 both clover over llvmpipe and CLonD3D12 are available.

congzhangzh commented 2 years ago

Cool