summaryrefslogtreecommitdiff
path: root/aten/cmake
AgeCommit message (Expand)AuthorFilesLines
2018-04-08[pytorch] add static linkage support for CuDNN and NCCL (#6410)Soumith Chintala1-1/+8
2018-04-04Change ATen to use Caffe2/cmake upstream FindCUDA (#6240)Edward Z. Yang5-2601/+0
2018-03-31Delete NNPACK (#6151)Edward Z. Yang1-57/+0
2018-03-29Enable MKLDNN convolution forward and backward (#6062)Ma Mingfei1-0/+32
2018-02-24make CuDNN finders respect library major version (#5399)Soumith Chintala1-2/+10
2018-01-15GPU detection fails when CUDA compilation requires CUDA_HOST_COMPILER to be s...Priya Goyal1-2/+2
2018-01-02Two NNPACK build fixes. (#4439)Edward Z. Yang1-6/+21
2017-12-20Convolution derivatives in ATen (#4116)Edward Z. Yang1-0/+42
2017-11-21Added MAGMA_HOME env var to specify alternative MAGMA root directory (#3809)Simeon Monov1-2/+12
2017-11-15Fix cmake scripts for CUDA and MSVC (#3713)peterjc1232-3/+11
2017-11-08Link ATen against CuDNN when available. (#3582)Edward Z. Yang1-0/+55
2017-11-06Simplify ATen Build (#3496)Zachary DeVito2-0/+223
2017-11-02force NO_CUDA to be specified to disable cuda. add pytorch's FindCUDA so that...Zach DeVito5-0/+2593