summaryrefslogtreecommitdiff
path: root/torch/backends
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Make cuDNN descriptors extend objectSam Gross1-6/+9
2016-10-09try cudnn 5.1.5 and 5.1.3 in that order to load them up. This is needed becau...Soumith Chintala1-7/+9
2016-10-09fix cudnn lib nameSoumith Chintala1-2/+2
2016-10-02cudnn relative check in binary buildssoumith1-4/+20
2016-09-29Run cuDNN operations on the correct deviceSam Gross1-114/+118
2016-09-28Lazy load CUDA and THNN modules (#64)Sam Gross1-9/+5
2016-09-28fixing CPU builds by making cuda imports optionalSoumith Chintala1-6/+9
2016-09-27Add cuDNN support for convolutions (#36)Sam Gross3-0/+424