Skip to content

Remove unmaintained OpenCL code

Bram Veenboer requested to merge remove-opencl into master

The OpenCL code hasn't been maintained in a while and is even disabled in CMake. The functionality of the OpenCL proxy has fallen behind the CUDA proxies, and there are no plans to upgrade it. It is more likely that it will sometime be replaced by a new HIP proxy based on the current CUDA code. Therefore, all OpenCL (and clFFT) related code has been removed.

Merge request reports