diff --git a/onnxruntime/core/mlas/lib/sbconv_kernel_neon.cpp b/onnxruntime/core/mlas/lib/sbconv_kernel_neon.cpp index 1a9949983c3ee..f41b380b2a071 100644 --- a/onnxruntime/core/mlas/lib/sbconv_kernel_neon.cpp +++ b/onnxruntime/core/mlas/lib/sbconv_kernel_neon.cpp @@ -17,7 +17,7 @@ Module Name: #if defined(MLAS_USE_ARM_NEON_NCHWC) && defined(__linux__) #include "mlasi.h" -#include "sconv.h" +#include "sconv_nchwc_kernel_neon.h" constexpr size_t BlockSize = MLAS_PLATFORM::MLAS_NEON_NCHWC_BLOCK_SIZE; diff --git a/onnxruntime/core/mlas/lib/sconv_nchwc_kernel_neon.h b/onnxruntime/core/mlas/lib/sconv_nchwc_kernel_neon.h index 99b2ad3130adf..10bee4b19766b 100644 --- a/onnxruntime/core/mlas/lib/sconv_nchwc_kernel_neon.h +++ b/onnxruntime/core/mlas/lib/sconv_nchwc_kernel_neon.h @@ -6,7 +6,7 @@ Licensed under the MIT License. Module Name: - sconv.h + sconv_nchwc_kernel_neon.h Abstract: