Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove duplicated template instantiation to resolve build failure #5657
+0
−2
Conversation
cepiross
referenced
this pull request
Jun 5, 2017
Merged
Resolve build failure in libdnn_conv_spatial #5669
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wuerqi commentedMay 28, 2017
Resolve the following build failure
src/caffe/greentea/libdnn_conv_spatial.cpp:2865:19: error: duplicate explicit instantiation of 'swizzleWeights'
INSTANTIATE_CLASS(LibDNNConvSpatial);