Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ShiftLayer

revert-3824-remove_grad_op_type
guosheng 8 years ago
commit f6dc56aabd

@ -84,7 +84,7 @@ struct BlasGemm<DEVICE_TYPE_GPU, T> {
}
};
template class BlasGemm<DEVICE_TYPE_CPU, real>;
template class BlasGemm<DEVICE_TYPE_GPU, real>;
template struct BlasGemm<DEVICE_TYPE_CPU, real>;
template struct BlasGemm<DEVICE_TYPE_GPU, real>;
} // namespace paddle

Loading…
Cancel
Save