-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
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
llvmpipe error #189
Comments
I'm getting this too :( efreak@65da54e44cf9:~/waifu/waifu2x-ncnn-vulkan-20220728-ubuntu$ ./waifu2x-ncnn-vulkan -i travis-hanson-space-1.png -o travis-hanson-space-1.out.png -s 4 -gpu-id=-1
[0 llvmpipe (LLVM 12.0.0, 256 bits)] queueC=0[1] queueG=0[1] queueT=0[1]
[0 llvmpipe (LLVM 12.0.0, 256 bits)] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0
[0 llvmpipe (LLVM 12.0.0, 256 bits)] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/0
[0 llvmpipe (LLVM 12.0.0, 256 bits)] subgroup=8 basic=1 vote=1 ballot=1 shuffle=0
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
Invalid bitcast
%367 = bitcast i32 %366 to i16
LLVM ERROR: Broken function
Aborted (core dumped) |
What is the environment that this is being run in? |
seems to be a llvmpipe bug, try upgrading mesa or please report to mesa upstream |
Sorry for delay. I was running it on a runpod worker. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root@VM-8-6-ubuntu:~/waifu2x-ncnn-vulkan-20220728-ubuntu# ./waifu2x-ncnn-vulkan -i b.jpg -o b1.jpg -s 8 -g -1 [0 llvmpipe (LLVM 12.0.0, 256 bits)] queueC=0[1] queueG=0[1] queueT=0[1] [0 llvmpipe (LLVM 12.0.0, 256 bits)] bugsbn1=0 bugbilz=188 bugcopc=0 bugihfa=0 [0 llvmpipe (LLVM 12.0.0, 256 bits)] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/0 [0 llvmpipe (LLVM 12.0.0, 256 bits)] subgroup=8 basic=1 vote=1 ballot=1 shuffle=0 Killed
gdb:
How to solve this?
The text was updated successfully, but these errors were encountered: