]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Fri, 8 Mar 2024 09:38:32 +0000 (11:38 +0200)
commit9a0b59d990be319952a4a02b9164b3b2327cd454
tree1fa4e0979e417b50e88dd309ad026360641b5bf7
parent93a84a143b44e181f0bb20a5ca6324609bbe03f7
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