Faiss
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
gpu
utils
blockselect
BlockSelectFloatF512.cu
1
/**
2
* Copyright (c) 2015-present, Facebook, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the BSD+Patents license found in the
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
#include "BlockSelectImpl.cuh"
10
11
namespace
faiss {
namespace
gpu {
12
13
BLOCK_SELECT_IMPL(
float
,
false
, 512, 8);
14
15
} }
// namespace
Generated by
1.8.5