]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Fix the Windows pthread_create shim
authorboolemancer <redacted>
Tue, 8 Nov 2022 11:04:23 +0000 (03:04 -0800)
committerGeorgi Gerganov <redacted>
Tue, 8 Nov 2022 13:02:32 +0000 (15:02 +0200)
commit0bfe728b8432a786fdc4aca70c4dad73d2d72e77
tree49c56de4330283c3fdb43ab002a4b51149cff463
parent4e5674a5d5cbe8e92217c7423d7d5010f362a137
Fix the Windows pthread_create shim

The current implementation doesn't actually set the out parameter,
and it returns 0 on failure instead of on success.
CMakeLists.txt
ggml.c