summarylogtreecommitdiffstats
path: root/Makefile.config
AgeCommit message (Collapse)Author
2022-03-01Update cuda architecturesDaniel Bermond
2020-07-25Adjust Makefile for cuda 11.0. Disable cudnn. Cosmetic changes.Daniel Bermond
cuda 11.0 minimum supported architecture is 5.2 (compute_52/sm_52). caffe currently fails to build with cudnn 8.0.
2019-11-20Update Makefile for python 3.8. Cosmetic changes.Daniel Bermond
2019-06-23Use compiler filepath defined by the cuda packageDaniel Bermond
2019-05-18Fix docs build. Update dependencies.Daniel Bermond
2018-11-26Fix build with opencv4Daniel Bermond
2018-11-08Configure versions inside makefile. Enable tests. Use https on url.Daniel Bermond
2018-09-29Add support for nvidia volta and turing architecturesDaniel Bermond
2018-09-29Add nccl supportDaniel Bermond
nccl is now open source again as of version 2.3.5.5 and has landed on the official repositories. Since there is no more manual download required to build nccl, we can add it here.
2018-08-22Initial commitDaniel Bermond