Support for Jetson Xavier (#15660)
authorrtarquini <tarquini@yahoo.com>
Thu, 3 Jan 2019 02:48:31 +0000 (18:48 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 3 Jan 2019 02:51:42 +0000 (18:51 -0800)
commit879bccb1afff1950659b779cc13ac8d6f0cf090d
treee140f5d23c4ff9a321ed7e970522c758859fa07f
parent62883a911c66fe7e57019afd44256f85b7b9eb41
Support for Jetson Xavier (#15660)

Summary:
The request changes are to support building Pytorch 1.0 on the Jetson Xavier with Openblas.  Jetson Xavier with Jetpack 3.3 has generic lapack installed. To pick up the CUDA accelerated BLAS/Lapack, I had to build Openblas and build/link pytorch from source. Otherwise, I got a runtime error indicating lapack routines were not cuda enabled.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15660

Differential Revision: D13571324

Pulled By: soumith

fbshipit-source-id: 9b148d081d6e7fa7e1824dfdd93283c67f69e683
aten/CMakeLists.txt
cmake/Modules/FindBLAS.cmake
cmake/Modules/FindLAPACK.cmake
cmake/public/cuda.cmake