From 9bdf641dad7990bceddad8d68dfc437861d8564b Mon Sep 17 00:00:00 2001 From: "Luo, Yu" Date: Fri, 12 Jan 2024 11:52:29 +0800 Subject: [PATCH] fix file name --- onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc b/onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc index 62dfcbb19e5ee..fe9b0b01d9a09 100644 --- a/onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc +++ b/onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc @@ -10,7 +10,7 @@ #include "core/providers/cpu/math/matmul_helper.h" #include "core/providers/common.h" #ifdef ORT_NEURAL_SPEED -#include "contrib_ops/cpu/quantization/bestla_gemm.h" +#include "contrib_ops/cpu/quantization/neural_speed_gemm.h" #endif namespace onnxruntime {