未验证 提交 5bec661f 编写于 作者: Y YuanRisheng 提交者: GitHub

fix xpu_kp bugs (#54377)

上级 0942f77e
......@@ -55,6 +55,9 @@ template class TypeInfoTraits<phi::DeviceContext, CustomContext>;
#if defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP) || \
defined(PADDLE_WITH_XPU_KP)
template class TypeInfoTraits<phi::DeviceContext, GPUContext>;
#endif
#if defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP)
template class TypeInfoTraits<phi::DeviceContext, GPUPinnedContext>;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册