]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
tests : fix memory leaks (#936)
authorSalvatore Mesoraca <redacted>
Tue, 27 Aug 2024 06:25:12 +0000 (08:25 +0200)
committerGitHub <redacted>
Tue, 27 Aug 2024 06:25:12 +0000 (09:25 +0300)
commit2438d62cb9290b5b5dc6228dec76fe81cf64238e
tree3c9d0b619000639e46d1e66e80fabf4f87c9b379
parentb1ce8fbb186bf6bc16032317f74f9cf4bf233ca8
tests : fix memory leaks (#936)

It is annoying to run the tests using the sanitizers
because of all the uninteresting reports about the memory
leaked by the tests themselves.

Signed-off-by: Salvatore Mesoraca <redacted>
tests/test-conv-transpose-1d.cpp
tests/test-conv1d.cpp
tests/test-conv2d.cpp
tests/test-mul-mat.cpp