Skip to content

Commit 567d991

Browse files
committed
try fix clang-candy warnings; remove tests/test-mulmat-tune; try fix compile error
1 parent 3621657 commit 567d991

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ llama_add_test(test-sampling.cpp)
1212
llama_add_test(test-tokenizer-0.cpp ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab.bin)
1313
# llama_add_test(test-grad0.c) # SLOW
1414
# llama_add_test(test-opt.c) # SLOW
15-
llama_add_test(test-mulmat-tune.c)
15+
# llama_add_test(test-mulmat-tune.c)

tests/test-mulmat-tune

-362 KB
Binary file not shown.

tests/test-mulmat-tune.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#include "../examples/mulmat-tune/mulmat-tune.h"
2+
#include "examples/mulmat-tune/mulmat-tune.h"
33
#include "ggml.h"
44

55
#include <string.h>
@@ -31,8 +31,6 @@ void test_ggml_mulmat_tune_estimate_time_non_zero_NK(void) {
3131
.blas_vendor = "OpenBLAS",
3232
};
3333

34-
const int m_step = 2;
35-
const int m_start = m_step;
3634
const int m_num = 2;
3735

3836
ggml_mulmat_tune_setup_model(&tune, "7B", m_num);

0 commit comments

Comments
 (0)