blob: e5479531b84b67598729d2dfe79b1e97ebef9c63 [file] [log] [blame]
#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/operator_fallback_gpu.h"
#include "caffe2/operators/top_k.h"
namespace caffe2 {
namespace {
REGISTER_CUDA_OPERATOR(TopK, GPUFallbackOp<TopKOp<float, CPUContext>>);
}
}