]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : target windows 8 or above for prefetchVirtualMemory in llama-talk (#1617)
authorKreijstal <redacted>
Tue, 12 Dec 2023 11:35:00 +0000 (12:35 +0100)
committerGitHub <redacted>
Tue, 12 Dec 2023 11:35:00 +0000 (11:35 +0000)
commitec03661b20c7d8b66348c0a439c3386b996b2b72
tree74f5ba934935f0c8fe999574aa160bde0cea59f1
parent6335933a5b2dfdac8541d3e748201d1bc1e3ec50
cmake : target windows 8 or above for prefetchVirtualMemory in llama-talk (#1617)

Since we use prefetchVirtualMemory we specify we target win 8 or above, otherwise other compilers will refuse to use the prefetchVirtualMemory api, (I understand you are loading it dynamically but the header definition has this limitation)
examples/talk-llama/CMakeLists.txt