未验证 提交 105ee86d 编写于 作者: Q QI JUN 提交者: GitHub

fix compile (#7125)

上级 8b91174c
...@@ -41,8 +41,8 @@ struct CosSimDyFunctor<platform::CPUDeviceContext, T> { ...@@ -41,8 +41,8 @@ struct CosSimDyFunctor<platform::CPUDeviceContext, T> {
} }
}; };
template class CosSimDyFunctor<platform::CPUDeviceContext, float>; template struct CosSimDyFunctor<platform::CPUDeviceContext, float>;
template class CosSimDyFunctor<platform::CPUDeviceContext, double>; template struct CosSimDyFunctor<platform::CPUDeviceContext, double>;
} // namespace math } // namespace math
} // namespace operators } // namespace operators
} // namespace paddle } // namespace paddle
...@@ -57,8 +57,8 @@ struct CosSimDyFunctor<platform::CUDADeviceContext, T> { ...@@ -57,8 +57,8 @@ struct CosSimDyFunctor<platform::CUDADeviceContext, T> {
} }
}; };
template class CosSimDyFunctor<platform::CUDADeviceContext, float>; template struct CosSimDyFunctor<platform::CUDADeviceContext, float>;
template class CosSimDyFunctor<platform::CUDADeviceContext, double>; template struct CosSimDyFunctor<platform::CUDADeviceContext, double>;
} // namespace math } // namespace math
} // namespace operators } // namespace operators
} // namespace paddle } // namespace paddle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册