MCPcopy Create free account
hub / github.com/BVLC/caffe / Init

Method Init

src/caffe/parallel.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139template<typename Dtype>
140void NCCL<Dtype>::Init() {
141 if (solver_->param().layer_wise_reduce()) {
142 CUDA_CHECK(cudaStreamCreateWithFlags(&stream_, cudaStreamNonBlocking));
143 }
144}
145
146template<typename Dtype>
147NCCL<Dtype>::~NCCL() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected