├── CMakeLists.txt ├── README.md ├── main.cpp └── test_gpu_tensor.png /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ollewelin/Installing-and-Test-PyTorch-C-API-on-Ubuntu-with-GPU-enabled/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ollewelin/Installing-and-Test-PyTorch-C-API-on-Ubuntu-with-GPU-enabled/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ollewelin/Installing-and-Test-PyTorch-C-API-on-Ubuntu-with-GPU-enabled/HEAD/main.cpp -------------------------------------------------------------------------------- /test_gpu_tensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ollewelin/Installing-and-Test-PyTorch-C-API-on-Ubuntu-with-GPU-enabled/HEAD/test_gpu_tensor.png --------------------------------------------------------------------------------