]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
build : fix compilation errors and warnigns when building with MSVC (#275)
authorBorislav Stanimirov <redacted>
Sat, 24 Jun 2023 16:11:35 +0000 (19:11 +0300)
committerGitHub <redacted>
Sat, 24 Jun 2023 16:11:35 +0000 (19:11 +0300)
commitc1bb712a0485d0dfe7cbb51db4dc232f6cdb0f6d
treea82bd0fed4ca44b7180de050f6c40d88fe12db00
parent72e59ee0745c879dfdc8e21547423ea46d7b87d2
build : fix compilation errors and warnigns when building with MSVC (#275)
20 files changed:
.gitignore
examples/common.cpp
examples/dolly-v2/main.cpp
examples/gpt-2/main.cpp
examples/gpt-j/main.cpp
examples/gpt-neox/main.cpp
examples/mnist/main-cpu.cpp
examples/mnist/main.cpp
examples/mpt/main.cpp
examples/replit/main.cpp
examples/starcoder/main.cpp
examples/whisper/main.cpp
examples/whisper/whisper.cpp
src/ggml.c
tests/test-grad0.c
tests/test-mul-mat0.c
tests/test-mul-mat2.c
tests/test-vec0.c
tests/test2.c
tests/test3.c