Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
BlockSelectHalf256.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 "BlockSelectImpl.cuh"
12 
13 namespace faiss { namespace gpu {
14 
15 #ifdef FAISS_USE_FLOAT16
16 BLOCK_SELECT_IMPL(half, true, 256, 4);
17 BLOCK_SELECT_IMPL(half, false, 256, 4);
18 #endif
19 
20 } } // namespace