Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
WarpSelectHalf1.cu
1 
2 /**
3  * Copyright (c) 2015-present, Facebook, Inc.
4  * All rights reserved.
5  *
6  * This source code is licensed under the CC-by-NC license found in the
7  * LICENSE file in the root directory of this source tree.
8  */
9 
10 // Copyright 2004-present Facebook. All Rights Reserved.
11 #include "WarpSelectImpl.cuh"
12 
13 namespace faiss { namespace gpu {
14 
15 #ifdef FAISS_USE_FLOAT16
16 WARP_SELECT_IMPL(half, true, 1, 1);
17 WARP_SELECT_IMPL(half, false, 1, 1);
18 #endif
19 
20 } } // namespace