]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : introduce ggml_status (ggml/750)
authorMichael Podvitskiy <redacted>
Mon, 4 Mar 2024 09:05:42 +0000 (10:05 +0100)
committerGeorgi Gerganov <redacted>
Mon, 4 Mar 2024 18:54:23 +0000 (20:54 +0200)
commit9fa262734733573fa629ffc97dfcb971fe3f4832
treeab83409687aac7a30fcaf835fc0d321cf2d62a36
parentfe52be11e35358d2fd249f19d7ef5b6f9c08b16b
ggml : introduce ggml_status (ggml/750)

* using enum as an exit code instead of macros

* update return type from enum to unsigned int

* indentation fix

* compound update
ggml_compute_exit_code -> ggml_status
changed ggml_status from a bit-field type to simple codes
ggml_status to string cast

* ggml_status to string cast

* GGML_CALL was removed

Co-authored-by: slaren <redacted>
---------

Co-authored-by: slaren <redacted>
Co-authored-by: Georgi Gerganov <redacted>
ggml-backend-impl.h
ggml-backend.c
ggml-backend.h
ggml-cuda.cu
ggml-kompute.cpp
ggml-metal.m
ggml-opencl.cpp
ggml-sycl.cpp
ggml-vulkan.cpp
ggml.c
ggml.h