8000 Release b5273 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

b5273

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 06:01
8ae5ebc
vulkan: Additional type support for unary, binary, and copy (#13266)

Support f16->f32 copy.
Support f16->f16 and f32->f32 unary ops.
Support all combinations of f16/f32 for src0/src1/dst for add/sub/mul/div.
0