Merge branch 'master' of https://github.com/ggerganov/llama.cpp into ceb/fix-cuda-warning-flags

This commit is contained in:
Jared Van Bortel 2023-12-13 12:06:01 -05:00
commit c8554b80be
33 changed files with 2430 additions and 440 deletions

View file

@ -639,6 +639,11 @@ else()
message(STATUS "Unknown architecture")
endif()
if (MINGW)
# Target Windows 8 for PrefetchVirtualMemory
add_compile_definitions(_WIN32_WINNT=0x602)
endif()
#
# POSIX conformance
#