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