faiss/gpu/utils/warpselect/WarpSelectHalf64.cu

16 lines
376 B
Plaintext
Raw Normal View History

2017-02-22 23:26:44 +01:00
/**
* Copyright (c) Facebook, Inc. and its affiliates.
2017-02-22 23:26:44 +01:00
*
* This source code is licensed under the MIT license found in the
2017-02-22 23:26:44 +01:00
* LICENSE file in the root directory of this source tree.
*/
#include <faiss/gpu/utils/warpselect/WarpSelectImpl.cuh>
2017-02-22 23:26:44 +01:00
namespace faiss { namespace gpu {
WARP_SELECT_IMPL(half, true, 64, 3);
WARP_SELECT_IMPL(half, false, 64, 3);
} } // namespace