Skip to content

Commit

Permalink
remove redundant inline
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Oct 20, 2023
1 parent 34d40a8 commit 0a4c434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onnxruntime/core/mlas/lib/q4gemm.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ MLAS_FORCEINLINE
void
MlasBlkQ4DequantB(float* FpData, const uint8_t* PackedB, size_t CountN, size_t CountK, size_t ldb);


inline
MLAS_FORCEINLINE
void
MlasAddBiasForGemm(const float* Bias, float* C, size_t CountM, size_t CountN, size_t ldc) {
Expand Down

0 comments on commit 0a4c434

Please sign in to comment.