"Segmentation Fault" on Adreno 630
Please refer to https://github.com/tanyiok1234/waifu2x_srmd-ncnn-vulkan-termux-binary/issues/1
It works on Adreno 640, however.
Any idea?
what is the android system version ?
Waifu2x::Waifu2x(int gpuid, bool _tta_mode))
{
net.opt.use_image_storage = false;
}
A potential workaround for some old buggy driver, but it will probably slow down speed a lot on qcom adreno
https://github.com/tanyiok1234/waifu2x_srmd-ncnn-vulkan-termux-binary/issues/1#issuecomment-647587263
Waifu2x::Waifu2x(int gpuid, bool _tta_mode)) { net.opt.use_image_storage = false; }A potential workaround for some old buggy driver, but it will probably slow down speed a lot on qcom adreno
Seems like it doesn't work
He is using Android 9, Oneplus 6T, Vulkan Driver 512.324
Seems like commits on ncnn after 25th June cause this issue, roll back ncnn to that day fixed it.
The segmentation fault i was having no longer happens on newer builds so this issue is probably fixed