Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: remove unused macro #783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
backend: remove unused macro
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Apr 4, 2024
commit 73e71dbef790c85f133ae511342b4b55b69f247e
2 changes: 0 additions & 2 deletions src/ggml-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include <string.h>


#define MAX(a, b) ((a) > (b) ? (a) : (b))

// backend buffer type

const char * ggml_backend_buft_name(ggml_backend_buffer_type_t buft) {
Expand Down