blob: bdc93b994872a42b8698102756bbcaa6f81bd8d5 [file] [log] [blame]
#include "caffe2/core/context_gpu.h"
#include "caffe2/sgd/iter_op.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(Iter, IterOp<CUDAContext>);
REGISTER_CUDA_OPERATOR(AtomicIter, AtomicIterOp<CUDAContext>);
} // namespace caffe2