Skip to content

Commit

Permalink
don't inline impl functions
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Jan 29, 2024
1 parent a4b197c commit 1a07664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/core/mlas/lib/sqnbitgemm_kernel_neon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ ComputeDotProducts_BlkBitWidth4_CompFp32(
}

template <bool HasZeroPoint>
MLAS_FORCEINLINE void
void
SQ4BitGemmM1Kernel_CompFp32_Impl(
size_t BlkLen,
const float* A,
Expand Down Expand Up @@ -850,7 +850,7 @@ ComputeDotProducts_BlkBitWidth4_CompInt8(
}

template <size_t NCols, size_t SubBlkLen, bool HasZeroPoint>
MLAS_FORCEINLINE void
void
SQ4BitGemmM1Kernel_CompInt8_Impl(
size_t BlkLen,
const std::byte* QuantA,
Expand Down

0 comments on commit 1a07664

Please sign in to comment.