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