Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reduce_scatter.cu « device « collectives « src - github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10857eda54de4d91f932112f7a8a9852d8e83ede (plain)
1
2
3
4
5
6
7
8
9
10
11
/*************************************************************************
 * Copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved.
 *
 * See LICENSE.txt for license information
 ************************************************************************/

#include "reduce_scatter.h"
#include "common.h"
#include "collectives.h"

IMPL_COLL_R(ncclReduceScatter, ncclCollReduceScatter);