You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
in linux, opencl kernel file is keep created without consider kernel is exists or not.
because, on existing check code, on L412 in modelHandler_OpenCL.cpp,
std::string bin_path = std::string(self_path) + "/" + dev_nameStr + ".bin";
but output bin path without root permission is L560
user_folder = std::string($Home) + "/.waifu2x";
bin_path = user_folder + "/" + dev_nameStr + ".bin";
The text was updated successfully, but these errors were encountered: