Skip to content

Commit

Permalink
add include
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed May 21, 2024
1 parent 1760824 commit a3b011b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include "sqnbitgemm.h"
#include "sqnbitgemm_q8_block.h"

Check warning on line 3 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx_common.h

View workflow job for this annotation

GitHub Actions / Lint C++

[cpplint] reported by reviewdog 🐶 Include the directory when naming header files [build/include_subdir] [4] Raw Output: onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx_common.h:3: Include the directory when naming header files [build/include_subdir] [4]

//
// Quantized B data packing function implementation.
Expand Down

0 comments on commit a3b011b

Please sign in to comment.