We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not run real-esrgan and real-cugan algorithms with adreno 618. When I try to run real-esrgan-x4 it prints the following lines:
[0 Adreno (TM) 618] queueC=0[3] queueC=0[3] queueC=0[3] [0 Adreno (TM) 618] bugsbn1=1 bugbilz=0 bugcopc=0 bugihfa=0 [0 Adreno (TM) 618] fp16-p/s/a=1/0/1 int8-p/s/a=1/0/1 [0 Adreno (TM) 618] subgroup=64 basic=1 vote=1 ballot=1 shuffle=1 busy... stbi_load_from_memory get channel 3 input&output w/h/c 529/529/1 2116/2116/1 0.00% vkQueueSubmit failed -4
I have tried to change the tile size and it does not work with real-esrgan-x4 but it work with realsr-ncnn
The text was updated successfully, but these errors were encountered:
maybe you could try CPU mode
Sorry, something went wrong.
If I run with CPU mode the app crashes at the end
Maybe real-esrgan-x4 is to large for mobile phone and I don't have others ideas.
Experiment with tile size in options. Set it to something low, like 50-60. It's gonna be slow af but this worked for me.
No branches or pull requests
I can not run real-esrgan and real-cugan algorithms with adreno 618.
When I try to run real-esrgan-x4 it prints the following lines:
[0 Adreno (TM) 618] queueC=0[3] queueC=0[3] queueC=0[3]
[0 Adreno (TM) 618] bugsbn1=1 bugbilz=0 bugcopc=0 bugihfa=0
[0 Adreno (TM) 618] fp16-p/s/a=1/0/1 int8-p/s/a=1/0/1
[0 Adreno (TM) 618] subgroup=64 basic=1 vote=1 ballot=1 shuffle=1
busy...
stbi_load_from_memory get channel 3
input&output w/h/c 529/529/1 2116/2116/1
0.00%
vkQueueSubmit failed -4
I have tried to change the tile size and it does not work with real-esrgan-x4 but it work with realsr-ncnn
The text was updated successfully, but these errors were encountered: