template<int NumThreads, typename K, typename V, int N, int L, bool Dir, typename Comp, bool SmallerThanBlock, bool FullMerge>
struct faiss::gpu::BlockMerge< NumThreads, K, V, N, L, Dir, Comp, SmallerThanBlock, FullMerge >
Class template to prevent static_assert from firing for mixing smaller/larger than block cases
Definition at line 214 of file MergeNetworkBlock.cuh.