pinterf / KNLMeansCL

An optimized OpenCL implementation of the Non-local means de-noising algorithm
GNU General Public License v3.0
16 stars 4 forks source link

CPU mode #1

Open mysteryx93 opened 2 years ago

mysteryx93 commented 2 years ago

KNLMeansCL(device_type="cpu")

throws

KNLMeansCL: no compatible opencl platforms available!

Any plan to fix that?