DeadSix27 / waifu2x-converter-cpp

Improved fork of Waifu2X C++ using OpenCL and OpenCV
MIT License
792 stars 86 forks source link

Add an option --keep-kernel to force to keep the kernel on OpenCL #175

Closed YukihoAA closed 5 years ago

YukihoAA commented 5 years ago

MERGE AFTER #174 DO NOT MERGE #124 because it will cause conflict

fix #124 to work.

IMPORTANT: it will cause dependence problem with w2x_lib. (same as #124)

we need to consider, re-creating kernel (321KB) is important or dependence is important? @DeadSix27

YukihoAA commented 5 years ago

This PR will cause dependence problem so won't merge for now.

this branch will be merged when major version up.