Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change class to struct in GemmFunctor to avoid errors on special compilers #3602

Merged
merged 1 commit into from
Aug 21, 2017

Conversation

guoshengCS
Copy link
Contributor

Since compiling error class template 'BlasGemm' was previously declared as a struct template was encountered when compiled by native compilers c++ and cc, will it be better to change template class BlasGemm<DEVICE_TYPE_CPU, real> to template struct BlasGemm<DEVICE_TYPE_CPU, real>.

@guoshengCS guoshengCS merged commit 9871c6d into PaddlePaddle:develop Aug 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants