SIGN IN SIGN UP

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 <slarengh@gmail.com>

---------

Co-authored-by: slaren <slarengh@gmail.com>
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
M
Michael Podvitskiy committed
9fa262734733573fa629ffc97dfcb971fe3f4832
Parent: fe52be1
Committed by Georgi Gerganov <ggerganov@gmail.com> on 3/4/2024, 6:54:23 PM