体验新版 GitCode,发现更多精彩内容 >>
#define EIGEN_USE_GPU
#include "paddle/framework/op_registry.h" #include "paddle/operators/softmax_op.h"
REGISTER_OP_GPU_KERNEL(softmax, ops::SoftmaxKernel<ops::GPUPlace, float>);