torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

update README.md install from CUDA 7.5 or higher #254

Open booiljung opened 6 years ago

booiljung commented 6 years ago

torch7 is not installed in CUDA 7.5 or higher. I updated How to install from CUDA 7.5 or higher.

README.md

Torch does not support half-precision floating-point type in cuda 7.5 or higher. If you have CUDA 7.5 or higher, you should use the following command:

$ TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" ./install.sh