Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin committed Mar 21, 2024
1 parent 62bb23b commit f755de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/neighbors/cagra_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace {
template <typename T>
void* _build(cuvsResources_t res,
cuvsCagraIndexParams params,
std::optional<cuvsCagraCompressionParams_t> cparams,
std::optional<cuvsCagraCompressionParams> cparams,
DLManagedTensor* dataset_tensor)
{
auto dataset = dataset_tensor->dl_tensor;
Expand Down

0 comments on commit f755de7

Please sign in to comment.