From 0bfd62be3d0bb194fc23500828cc1327f8b9dae6 Mon Sep 17 00:00:00 2001 From: tangwei12 Date: Sun, 12 Aug 2018 17:02:40 +0800 Subject: [PATCH] remove gpu supported, will add it later --- paddle/fluid/operators/sampling_id_op.cu | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 paddle/fluid/operators/sampling_id_op.cu diff --git a/paddle/fluid/operators/sampling_id_op.cu b/paddle/fluid/operators/sampling_id_op.cu deleted file mode 100644 index c0bb9c916cc..00000000000 --- a/paddle/fluid/operators/sampling_id_op.cu +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. */ - -#include -#include -#include "paddle/fluid/operators/sampling_id_op.h" - -namespace ops = paddle::operators; -REGISTER_OP_CUDA_KERNEL( - sampling_id, - ops::SamplingIdKernel, - ops::SamplingIdKernel, - ops::SamplingIdKernel, - ops::SamplingIdKernel); -- GitLab