I'm on ubuntu 16.04 with titan X. I am trying to install v0.2.0 branch from source.
I created new conda env pytorch and followed the instructions on Readme.md.
python setup.py install fails with error which look like this:
... /pytorch/torch/lib/THCUNN/generic/SpatialFullConvolution.cu(18): error: identifier "THNN_CudaHalfSpatialFullDilatedConvolution_updateOutput" is undefined
...
... /pytorch/torch/lib/THCUNN/generic/SpatialFullConvolution.cu(55): error: identifier "THNN_CudaHalfSpatialFullDilatedConvolution_accGradParameters" is undefined
I'm attaching complete log file: log_file.txt
Sasank.