From 03299ed46ce0d345a2686a42c9f0c003ebad3c00 Mon Sep 17 00:00:00 2001 From: Jacek Czaja Date: Fri, 9 Nov 2018 13:09:37 +0100 Subject: [PATCH] - Fix to linking for GPU builds of softmax inference test=develop --- paddle/fluid/operators/math/softmax.cu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paddle/fluid/operators/math/softmax.cu b/paddle/fluid/operators/math/softmax.cu index 25060c756b4..2e9669049e3 100644 --- a/paddle/fluid/operators/math/softmax.cu +++ b/paddle/fluid/operators/math/softmax.cu @@ -100,8 +100,12 @@ template class SoftmaxGradCUDNNFunctor; template class SoftmaxFunctor; +template class SoftmaxFunctor; template class SoftmaxFunctor; template class SoftmaxFunctor; +template class SoftmaxFunctor; +template class SoftmaxFunctor; template class SoftmaxGradFunctor; template class SoftmaxGradFunctor; template class SoftmaxGradFunctor