]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : support bcast ggml_soft_max_ext, ggml_flash_attn_ext (llama/14435)
authorGeorgi Gerganov <redacted>
Sat, 12 Jul 2025 11:33:49 +0000 (14:33 +0300)
committerGeorgi Gerganov <redacted>
Sat, 12 Jul 2025 13:05:00 +0000 (16:05 +0300)
commit5d7da0ea397b15cf52d3ae37d67a66a7a51e5b8d
tree7aaa9ca9417fa1e4740038a6f6f5b1e67f989d16
parentcbfb1a656b38c146729bc11d3d49c9ad61cf8263
ggml : support bcast ggml_soft_max_ext, ggml_flash_attn_ext (llama/14435)
14 files changed:
CMakeLists.txt
include/ggml.h
src/ggml-cann/ggml-cann.cpp
src/ggml-cpu/ops.cpp
src/ggml-cuda/ggml-cuda.cu
src/ggml-metal/ggml-metal-impl.h
src/ggml-metal/ggml-metal.m
src/ggml-metal/ggml-metal.metal
src/ggml-sycl/ggml-sycl.cpp
src/ggml-vulkan/ggml-vulkan.cpp
src/ggml-vulkan/vulkan-shaders/upscale.comp
src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
src/ggml.c
tests/test-backend-ops.cpp