Skip to content

Commit

Permalink
test/neighbors/ann_ivf_pq/test_float_uint32_t.cu: Allow instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendriksen committed Apr 20, 2023
1 parent 5171de3 commit 4426c50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpp/test/neighbors/ann_ivf_pq/test_float_uint32_t.cu
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
* limitations under the License.
*/

// XXX: the uint32_t instance is not compiled in libraft.so. So we allow
// instantiating the template here.
//
// TODO: consider removing this test or consider adding an instantiation to the
// library.
#undef RAFT_EXPLICIT_INSTANTIATE_ONLY

#include "../ann_ivf_pq.cuh"

namespace raft::neighbors::ivf_pq {
Expand Down

0 comments on commit 4426c50

Please sign in to comment.