Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1,991
Star
19,391
Fork
11,909
BVLC
/
caffe
Code
Issues
517
Pull requests
252
Projects
0
Wiki
Insights
Pulse
Graphs
Remove duplicated template instantiation to resolve build failure
#5657
Open
wuerqi
wants to merge 1 commit into
BVLC
:
opencl
base:
opencl
from
wuerqi
:
opencl_fix01
Conversation
0
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
47fbbe5
Remove duplicated template instantiation to resolve build failure
wuerqi
May 28, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+0
−2
Unified
Split
Show comments
View
2
src/caffe/greentea/libdnn_conv_spatial.cpp
@@ -2862,8 +2862,6 @@ void LibDNNConvSpatial<double>::calculate_global_size(
NOT_IMPLEMENTED;
}
-
INSTANTIATE_CLASS
(LibDNNConvSpatial);
-
}
//
namespace caffe
#
endif
//
USE_GREENTEA
#
endif
//
USE_LIBDNN
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.