We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af691e3 commit e953427Copy full SHA for e953427
Theano.pyproj
@@ -220,5 +220,12 @@
220
<Folder Include="theano\tensor\nnet\" />
221
<Folder Include="theano\tensor\signal\" />
222
</ItemGroup>
223
+ <ItemGroup>
224
+ <Content Include="theano\sandbox\cuda\conv.cu" />
225
+ <Content Include="theano\sandbox\cuda\conv_full_kernel.cu" />
226
+ <Content Include="theano\sandbox\cuda\conv_kernel.cu" />
227
+ <Content Include="theano\sandbox\cuda\cuda_ndarray.cu" />
228
+ <Content Include="theano\sandbox\cuda\cuda_ndarray.cuh" />
229
+ </ItemGroup>
230
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
231
</Project>
0 commit comments