We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff258 commit 36339c8Copy full SHA for 36339c8
1 file changed
cpp/include/cuvs/neighbors/common.hpp
@@ -690,6 +690,8 @@ constexpr static IdxT kInvalidRecord =
690
* @tparam ValueT The data element type (e.g., uint8_t for PQ codes, float for raw vectors)
691
* @tparam IdxT The index type for source indices
692
* @tparam SizeT The size type
693
+ *
694
+ * TODO: Make this struct internal (tracking issue: https://github.com/rapidsai/cuvs/issues/1726)
695
*/
696
template <typename ValueT, typename IdxT, typename SizeT = uint32_t>
697
struct list_base {
0 commit comments