Skip to content

Commit

Permalink
Add debug logging to ggml
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 19, 2023
1 parent d9d7467 commit 56cdc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ggml
Submodule ggml updated from ce2edb to 2f9c0d
2 changes: 1 addition & 1 deletion tests/test_Q4_1_O_large_matmul.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// ---

#define QK 32
#define MATRIX_SIZE 1024
#define MATRIX_SIZE 64

int main(int argc, const char ** argv) {
srand(42);
Expand Down

0 comments on commit 56cdc08

Please sign in to comment.