We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8e65 commit 13e735dCopy full SHA for 13e735d
c/src/neighbors/hnsw.cpp
@@ -122,7 +122,7 @@ extern "C" cuvsError_t cuvsHnswIndexParamsCreate(cuvsHnswIndexParams_t* params)
122
{
123
return cuvs::core::translate_exceptions([=] {
124
*params = new cuvsHnswIndexParams{
125
- .hierarchy = cuvsHnswHierarchy::NONE, .ef_construction = 200, .num_threads = 0};
+ .hierarchy = cuvsHnswHierarchy::GPU, .ef_construction = 200, .num_threads = 0};
126
});
127
}
128
0 commit comments