Using CUDA 11.3 with CUDnn 8.6 with sm_86 architecture.
sudo apt install libboost-program-options-dev
TODO: Add detailed instructions
TODO: Write the instructions
As of 12/4/2022, PyTorch website has removed the instructions to fetch LibTorch for CUDA 11.3. Follow this instructions:
wget libtorch-cxx11-abi-shared-with-deps-1.10.1+cu113.zip : https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcu113.zip
UnZip the file and provide the path for CMake
unzip libtorch-cxx11-abi-shared-with-deps-1.10.1+cu113.zip
mkdir build && cd build
Then use cmake
cmake ..
followed by
make -j4