reduce.cu 406 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
/*************************************************************************
 * Copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved.
 *
 * See LICENSE.txt for license information
 ************************************************************************/

/*This file is now generated in CMake*/

// #include "reduce.h"
// #include "common.h"
// #include "collectives.h"

// IMPL_COLL_R(Reduce);