Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
BlockSelectFloat128.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 BLOCK_SELECT_IMPL(float, true, 128, 3);
16 BLOCK_SELECT_IMPL(float, false, 128, 3);
17 
18 } } // namespace