Skip to content

Commit

Permalink
new API for cpu-accel
Browse files Browse the repository at this point in the history
  • Loading branch information
Djip007 committed Nov 29, 2024
1 parent 9899f8e commit fd768e0
Show file tree
Hide file tree
Showing 6 changed files with 1,915 additions and 1,781 deletions.
1 change: 0 additions & 1 deletion ggml/include/ggml-cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ extern "C" {
ggml_vec_dot_t vec_dot;
enum ggml_type vec_dot_type;
int64_t nrows; // number of rows to process simultaneously
int64_t ncols; // number of columns to process simultaneously
};

GGML_BACKEND_API const struct ggml_type_traits_cpu * ggml_get_type_traits_cpu(enum ggml_type type);
Expand Down
Loading

0 comments on commit fd768e0

Please sign in to comment.