waifu2x-ncnn-vulkan icon indicating copy to clipboard operation
waifu2x-ncnn-vulkan copied to clipboard

"Segmentation Fault" on Adreno 630

Open tanyiok1234 opened this issue 5 years ago • 5 comments

Please refer to https://github.com/tanyiok1234/waifu2x_srmd-ncnn-vulkan-termux-binary/issues/1

It works on Adreno 640, however.

Any idea?

tanyiok1234 avatar Jun 21 '20 14:06 tanyiok1234

what is the android system version ?

nihui avatar Jun 21 '20 14:06 nihui

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

nihui avatar Jun 22 '20 11:06 nihui

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

tanyiok1234 avatar Jun 22 '20 15:06 tanyiok1234

Seems like commits on ncnn after 25th June cause this issue, roll back ncnn to that day fixed it.

tanyiok1234 avatar Jun 23 '20 00:06 tanyiok1234

The segmentation fault i was having no longer happens on newer builds so this issue is probably fixed

Mar2ck avatar Jan 21 '21 16:01 Mar2ck