Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajit283 committed Nov 22, 2024
1 parent a315632 commit 3c97864
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions go/ivf_flat/index_params.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
package ivf_flat

// #include <cuda_runtime_api.h>
// #include <cuvs/core/c_api.h>
// #include <cuvs/distance/pairwise_distance.h>
// #include <cuvs/neighbors/brute_force.h>
// #include <cuvs/neighbors/ivf_flat.h>
// #include <cuvs/neighbors/cagra.h>
// #include <cuvs/neighbors/ivf_pq.h>
import "C"

import (
Expand Down
6 changes: 0 additions & 6 deletions go/ivf_pq/index_params.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package ivf_pq

// #include <cuda_runtime_api.h>
// #include <cuvs/core/c_api.h>
// #include <cuvs/distance/pairwise_distance.h>
// #include <cuvs/neighbors/brute_force.h>
// #include <cuvs/neighbors/ivf_flat.h>
// #include <cuvs/neighbors/cagra.h>
// #include <cuvs/neighbors/ivf_pq.h>
import "C"

Expand Down

0 comments on commit 3c97864

Please sign in to comment.