Faiss
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
gpu
utils
warpselect
WarpSelectHalf128.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
// Copyright 2004-present Facebook. All Rights Reserved.
10
#include "WarpSelectImpl.cuh"
11
12
namespace
faiss {
namespace
gpu {
13
14
#ifdef FAISS_USE_FLOAT16
15
WARP_SELECT_IMPL(half,
true
, 128, 3);
16
WARP_SELECT_IMPL(half,
false
, 128, 3);
17
#endif
18
19
} }
// namespace
Generated by
1.8.5