-
Notifications
You must be signed in to change notification settings - Fork 45
refactor cmake #870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
refactor cmake #870
Conversation
9e6c58e
to
1d4319d
Compare
@@ -17,7 +17,19 @@ | |||
|
|||
#include <fmt/format.h> | |||
|
|||
#include "../../logger.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can directly #include "logger.h"
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same name as diskann's logger.h
template class StandardHeap<false, true>; | ||
template class StandardHeap<false, false>; | ||
|
||
} // namespace vsag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line
@@ -78,4 +78,4 @@ simd_add_definitions (DIST_CONTAINS_AVX512VPOPCNTDQ -DENABLE_AVX512VPOPCNTDQ=1) | |||
simd_add_definitions (DIST_CONTAINS_NEON -DENABLE_NEON=1) | |||
|
|||
target_link_libraries (simd INTERFACE cpuinfo coverage_config) | |||
install (TARGETS simd ARCHIVE DESTINATION lib) | |||
# install (TARGETS simd ARCHIVE DESTINATION lib) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line
61a99a2
to
90ccf21
Compare
0227f2f
to
7ac494b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ ❌ Your project check has failed because the head coverage (88.38%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## main #870 +/- ##
==========================================
- Coverage 90.25% 88.38% -1.87%
==========================================
Files 224 142 -82
Lines 15026 6894 -8132
==========================================
- Hits 13561 6093 -7468
+ Misses 1465 801 -664
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
dc4ec85
to
99fcec4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
closed: #886