Remove duplicated template instantiation to resolve build failure #5657

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
1 participant

wuerqi commented May 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);

@wuerqi wuerqi Remove duplicated template instantiation to resolve build failure
src/caffe/greentea/libdnn_conv_spatial.cpp:2865:19: error: duplicate explicit instantiation of 'swizzleWeights'
INSTANTIATE_CLASS(LibDNNConvSpatial);
47fbbe5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment