Skip to content

Commit e772df4

Browse files
committed
new API for cpu-accel
1 parent 9899f8e commit e772df4

File tree

6 files changed

+1913
-1779
lines changed

6 files changed

+1913
-1779
lines changed

ggml/include/ggml-cpu.h

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ extern "C" {
111111
ggml_vec_dot_t vec_dot;
112112
enum ggml_type vec_dot_type;
113113
int64_t nrows; // number of rows to process simultaneously
114-
int64_t ncols; // number of columns to process simultaneously
115114
};
116115

117116
GGML_BACKEND_API const struct ggml_type_traits_cpu * ggml_get_type_traits_cpu(enum ggml_type type);

0 commit comments

Comments
 (0)