aboutsummaryrefslogtreecommitdiff
path: root/tests/test-quantize-perf.cpp
diff options
context:
space:
mode:
authorStephan Walter <stephan@walter.name>2023-04-22 10:54:13 +0000
committerGitHub <noreply@github.com>2023-04-22 10:54:13 +0000
commitc50b628810f36a3e6e0324371f6db579eacefa0e (patch)
treeb898992edc4c272bc0705684e6eaa926d26b219f /tests/test-quantize-perf.cpp
parent5f939498d517b4dddbe904f202e895a3ecfb9dc4 (diff)
Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122)
Diffstat (limited to 'tests/test-quantize-perf.cpp')
-rw-r--r--tests/test-quantize-perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-quantize-perf.cpp b/tests/test-quantize-perf.cpp
index 883df05..d551445 100644
--- a/tests/test-quantize-perf.cpp
+++ b/tests/test-quantize-perf.cpp
@@ -225,7 +225,7 @@ int main(int argc, char * argv[]) {
continue;
}
- if (qfns.quantize_row_q) {
+ if (qfns.quantize_row_q && qfns.dequantize_row_q) {
printf("%s\n", ggml_type_name(type));
if (params.op_quantize_row_q_reference) {