]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cuda/vulkan: specify fp32-only support for some operations in supports_op (#1129)
authorcmdr2 <redacted>
Fri, 28 Feb 2025 10:29:55 +0000 (15:59 +0530)
committerGitHub <redacted>
Fri, 28 Feb 2025 10:29:55 +0000 (12:29 +0200)
commitff9052988b76e137bcf92bb335733933ca196ac0
treeb086b217d7999a1a63b5d971cc4ce273c65b38a9
parent0d1ea2e1e08944aba29885c3c9ef73ceec27ba49
cuda/vulkan: specify fp32-only support for some operations in supports_op (#1129)

* cuda: restrict SILU_BACK to fp32, since fp16 exceeds the desired test threshold

* vulkan: specify fp32-only support for certain ops (that are now tested for fp16 as well)

* f32 sigmoid in vulkan supports op

* Revert "f32 sigmoid in vulkan supports op"

This reverts commit c6f04b3c19bf4504c2776149c6d8cd84e0b48acb.
src/ggml-cuda/ggml-cuda.cu
src/ggml-vulkan/ggml-vulkan.cpp
tests/test-backend-ops.cpp