-
Notifications
You must be signed in to change notification settings - Fork 34
fix(simd): umasked AVX2 load #239
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
Changes from all commits
ef180f7
c1705f5
05dce8f
ecf5b28
e5d46aa
f271dc9
2f8dd96
4046e99
9bc5313
2a43709
1e74a55
dbe4ae8
2b00b78
6cf9ecd
d94e2a7
3ba1fd8
528ff19
99dbac3
055214f
478c0dc
c205443
de0bfac
be64f34
f856a96
80d1d84
966d58c
6fcc214
7d5b6ed
63e58cd
8b36bef
4ee907d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -385,7 +385,7 @@ void test_end_to_end_clustering( | |||||
|
|
||||||
| } // namespace | ||||||
|
|
||||||
| CATCH_TEST_CASE("Random Clustering - End to End", "[inverted][random_clustering]") { | ||||||
| CATCH_TEST_CASE("Random Clustering - End to End", "[long][inverted][random_clustering]") { | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is this [long]? Why is this required?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, had a comment that I didn't post. I added a new tag ScalableVectorSearch/.github/workflows/build-linux.yml Lines 63 to 64 in 63e58cd
|
||||||
| CATCH_SECTION("Uncompressed Data") { | ||||||
| auto data = svs::data::SimpleData<float>::load(test_dataset::data_svs_file()); | ||||||
| test_end_to_end_clustering(data, svs::DistanceL2(), 1.2f); | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.