doterax / guetzli-cuda-opencl

Perceptual JPEG encoder, optimized with CUDA&OpenCL, full JPEG format support.
Apache License 2.0
34 stars 4 forks source link

unable to run on non nVidia machine #9

Closed crass00 closed 1 year ago

crass00 commented 2 years ago

When I try to run this on an Radeon system (using the --auto or --opencl or no switches) I get a popup

"The code execution cannot proceed becuase nvcuda.dll was not found. Reinstalling the program may fix this problem"

The error itself makes sense since I don't have an nVidia card but I don't beleive that should be required for using the opencl optimized routines

doterax commented 1 year ago

Fixed in https://github.com/doterax/guetzli-cuda-opencl/releases/tag/v2.1.5

Tested on clear windows installation, worked witout problem.

Enjoy.