]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : correct off-by-one bounds check in ggml_compute_forward_set_f32 (#229)
authorLoganDark <redacted>
Wed, 7 Jun 2023 16:16:19 +0000 (09:16 -0700)
committerGitHub <redacted>
Wed, 7 Jun 2023 16:16:19 +0000 (19:16 +0300)
commit76cf2d647beedd26e6cf519bafec51e215b808a8
tree410ed0ca7b4bebdb485faa2f5abe3b4f8a1922f1
parent93a9af7d9828e0663bdb6c0f229885de6fbec766
ggml : correct off-by-one bounds check in ggml_compute_forward_set_f32 (#229)

without this fix you will be unable to set a zero-length tensor to the end of another tensor

this sounds stupid, but is used in my testing
src/ggml.c