Skip to content

Commit e953427

Browse files
surbanOlivier Delalleau
authored and
Olivier Delalleau
committed
Added CUDA library to Visual Studio project
1 parent af691e3 commit e953427

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Theano.pyproj

+7
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,12 @@
220220
<Folder Include="theano\tensor\nnet\" />
221221
<Folder Include="theano\tensor\signal\" />
222222
</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>
223230
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
224231
</Project>

0 commit comments

Comments
 (0)