]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : fix some mul mat cases + add tests for src1 F16 (#669)
authorbssrdf <redacted>
Fri, 29 Dec 2023 08:32:31 +0000 (03:32 -0500)
committerGitHub <redacted>
Fri, 29 Dec 2023 08:32:31 +0000 (10:32 +0200)
commitdbd02958fa4f46898f68ca29c27ddcdc58a06f98
treef10da9c9bcfc2215fb5480aae6f1e1937d4fc84c
parente07016c69098da92c4057ee3d53ac8d3bd3536b4
ggml : fix some mul mat cases + add tests for src1 F16 (#669)

* fixed mul-mat error for old GPUs

* style fixes

* add mul mat src1 f16 test cases, fix more cases

ggml-ci

---------

Co-authored-by: bssrdf <redacted>
Co-authored-by: slaren <redacted>
src/ggml-backend.c
src/ggml-cuda.cu
src/ggml.c
tests/test-backend-ops.cpp